The line run: a free WordPress block pattern
How to use it
- Copy the markup below.
- In the block editor, open the options menu and switch to the Code editor.
- Paste the markup where you want the section, then switch back to the Visual editor.
- Swap in your own text and images. Colors come from your theme's palette.
Block markup
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"className":"gw-run-band","backgroundColor":"accent-2","textColor":"accent-contrast","layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull gw-run-band has-accent-contrast-color has-accent-2-background-color has-text-color has-background" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:group {"align":"wide","className":"gw-run-head","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"bottom"}} -->
<div class="wp-block-group alignwide gw-run-head"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|30"}}} -->
<div class="wp-block-group"><!-- wp:paragraph {"className":"gw-label"} -->
<p class="gw-label">How it works</p>
<!-- /wp:paragraph -->
<!-- wp:heading -->
<h2 class="wp-block-heading">Getting started is simple</h2>
<!-- /wp:heading --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
<!-- wp:group {"align":"wide","className":"gw-run","layout":{"type":"grid","columnCount":3,"minimumColumnWidth":"10rem"}} -->
<div class="wp-block-group alignwide gw-run"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} -->
<div class="wp-block-group"><!-- wp:heading {"level":3,"className":"gw-run-title"} -->
<h3 class="wp-block-heading gw-run-title">Tell us what you need</h3>
<!-- /wp:heading -->
<!-- wp:paragraph {"className":"gw-run-text"} -->
<p class="gw-run-text">Call or send a message. We will ask a few questions and schedule a visit.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} -->
<div class="wp-block-group"><!-- wp:heading {"level":3,"className":"gw-run-title"} -->
<h3 class="wp-block-heading gw-run-title">Get a clear quote</h3>
<!-- /wp:heading -->
<!-- wp:paragraph {"className":"gw-run-text"} -->
<p class="gw-run-text">We assess the job and give you a written, upfront price.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|20"}}} -->
<div class="wp-block-group"><!-- wp:heading {"level":3,"className":"gw-run-title"} -->
<h3 class="wp-block-heading gw-run-title">We get it done</h3>
<!-- /wp:heading -->
<!-- wp:paragraph {"className":"gw-run-text"} -->
<p class="gw-run-text">Our team completes the work and cleans up before we leave.</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->Uses preset color and spacing slugs from the Groundwork theme (base, surface, accent, contrast). In another theme, map them to that theme's palette.