[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfour/patterns/ -> text-centered-statement.php (source)

   1  <?php
   2  /**
   3   * Title: Centered statement
   4   * Slug: twentytwentyfour/text-centered-statement
   5   * Categories: text, about, featured
   6   * Keywords: mission, introduction
   7   * Viewport width: 1400
   8   * Description: A centered text statement with a large paddings.
   9   */
  10  ?>
  11  
  12  <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60","left":"var:preset|spacing|60","right":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} -->
  13  <div class="wp-block-group alignfull has-base-2-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)">
  14      <!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
  15      <div class="wp-block-group alignwide">
  16          <!-- wp:spacer {"height":"var:preset|spacing|50"} -->
  17          <div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
  18          <!-- /wp:spacer -->
  19  
  20          <!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":"1.2","fontStyle":"normal","fontWeight":"400"}},"fontSize":"x-large","fontFamily":"heading"} -->
  21          <p class="has-text-align-center has-heading-font-family has-x-large-font-size" style="font-style:normal;font-weight:400;line-height:1.2"><?php echo wp_kses_post( __( '<em>Études</em> is not confined to the past—we are passionate about the cutting edge designs shaping our world today.', 'twentytwentyfour' ) ); ?></p>
  22          <!-- /wp:paragraph -->
  23  
  24          <!-- wp:spacer {"height":"var:preset|spacing|50"} -->
  25          <div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
  26          <!-- /wp:spacer -->
  27      </div>
  28      <!-- /wp:group -->
  29  </div>
  30  <!-- /wp:group -->


Generated : Sat May 18 08:20:01 2024 Cross-referenced by PHPXref