Title, description, and 2 buttons

A call to action that allows you to help focus your visitors’ attention to a specific action you’d like them to take.


You can view a live preview or take a look at the code required for this pattern. When viewing the code, you can copy it so that you can then paste it into your own site. Below the preview/code, you’ll see instructions on how to use block patterns on CMS.

Live Preview
OpenClose

All you need is right at your fingertips.

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Code
OpenClose
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","right":"var:preset|spacing|60","bottom":"var:preset|spacing|60","left":"var:preset|spacing|60"},"blockGap":"var:preset|spacing|50"},"color":{"gradient":"linear-gradient(338deg,rgb(202,249,255) 18%,rgb(236,204,255) 40%,rgb(255,247,204) 68%,rgb(202,249,255) 100%)"},"border":{"radius":"1rem"}},"layout":{"type":"constrained","contentSize":"1200px"}} -->
<div class="wp-block-group alignwide has-background" style="border-radius:1rem;background:linear-gradient(338deg,rgb(202,249,255) 18%,rgb(236,204,255) 40%,rgb(255,247,204) 68%,rgb(202,249,255) 100%);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)"><!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":1,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"textColor":"black","fontSize":"x-large"} -->
<h1 class="wp-block-heading has-text-align-center has-black-color has-text-color has-x-large-font-size" style="font-style:normal;font-weight:700">All you need is right at your fingertips.</h1>
<!-- /wp:heading -->

<!-- wp:paragraph {"align":"center","style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"fontSize":"medium"} -->
<p class="has-text-align-center has-medium-font-size" style="font-style:normal;font-weight:300">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"black","textColor":"white","style":{"border":{"radius":"7px","width":"0px","style":"none"}},"className":"aligncenter"} -->
<div class="wp-block-button aligncenter"><a class="wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button" style="border-style:none;border-width:0px;border-radius:7px"><strong>Get Started</strong></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->

Prerequisites

There are no prerequisites to use this block pattern. You can copy and paste this code into your site and it should work immediately.

Switch between the live preview and the code view to see what this might look like on your site and how to get it there

Available on every CMS website

How do I use block patterns on my site on CMS?

Block Patterns in WordPress are HTML with CSS (provided by special HTML comments). That means you’re able to simply copy a block (or selection of blocks) from one place, and paste them somewhere else, and they should look identical. In order to get the above block pattern on your site, try the following:

  1. Click the ‘Code’ tab above
  2. Click the ‘Copy to Clipboard’ icon in the top right of the code that is shown
  3. On your own site, add a new paragraph block to a post or a page
  4. Paste (ctrl+v on Windows, cmd+v on macOS) what you have on your clipboard
  5. Done!

alternative options

Here are some block patterns similar to this one