Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melchoyce/5a879e347473e5aa05c624373f7bdddd to your computer and use it in GitHub Desktop.
Save melchoyce/5a879e347473e5aa05c624373f7bdddd to your computer and use it in GitHub Desktop.
WordPress Pattern: Centered introduction text with button and offset images
<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#050c35"},"typography":{"lineHeight":"1","fontSize":"20px"}}} -->
<p class="has-text-align-center has-text-color" style="color:#050c35;font-size:20px;line-height:1"><em>Introducing</em></p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"96px","lineHeight":"1"},"color":{"text":"#050c35"}}} -->
<p class="has-text-align-center has-text-color" style="color:#050c35;font-size:96px;line-height:1">Ukiyo-e Prints</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph {"align":"center","style":{"color":{"text":"#050c35"},"typography":{"fontSize":"22px"}}} -->
<p class="has-text-align-center has-text-color" style="color:#050c35;font-size:22px">Printed in Tokyo, Japan and made of <br>100% organic cotton rag paper. <br>Available for a limited time.</p>
<!-- /wp:paragraph -->
<!-- wp:spacer {"height":30} -->
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:buttons {"contentJustification":"center"} -->
<div class="wp-block-buttons is-content-justification-center"><!-- wp:button {"style":{"color":{"background":"#050c35"},"border":{"radius":0}}} -->
<div class="wp-block-button"><a class="wp-block-button__link has-background no-border-radius" style="background-color:#050c35">Shop Now</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->
<!-- wp:spacer {"height":60} -->
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:spacer {"height":90} -->
<div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:image {"id":3072,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://mywptesting.site/wp-content/uploads/2021/06/image-from-rawpixel-id-525439-jpeg-684x1024.jpg" alt="" class="wp-image-3072"/></figure>
<!-- /wp:image --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:image {"id":3071,"sizeSlug":"large","linkDestination":"none"} -->
<figure class="wp-block-image size-large"><img src="https://mywptesting.site/wp-content/uploads/2021/06/image-from-rawpixel-id-525466-jpeg-684x1024.jpg" alt="" class="wp-image-3071"/></figure>
<!-- /wp:image --></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment