Effects Style 6

Pattern HTML

<!-- wp:group {"metadata":{"name":"Effect style 6"},"className":"effect-style6","style":{"spacing":{"padding":{"top":"var:preset|spacing|150","bottom":"var:preset|spacing|150"}}},"backgroundColor":"three","layout":{"type":"default"}} --> <div class="wp-block-group effect-style6 has-three-background-color has-background" style="padding-top:var(--wp--preset--spacing--150);padding-bottom:var(--wp--preset--spacing--150)"><!-- wp:group {"align":"full","layout":{"type":"constrained","contentSize":"1170px"}} --> <div class="wp-block-group alignfull"><!-- wp:heading {"style":{"elements":{"link":{"color":{"text":"var:preset|color|one"}}}},"textColor":"one"} --> <h2 class="wp-block-heading has-one-color has-text-color has-link-color">What is Lorem Ipsum?</h2> <!-- /wp:heading --> <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|one"}}}},"textColor":"one"} --> <p class="has-one-color has-text-color has-link-color"><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> <!-- /wp:paragraph --> <!-- wp:heading {"style":{"elements":{"link":{"color":{"text":"var:preset|color|one"}}}},"textColor":"one"} --> <h2 class="wp-block-heading has-one-color has-text-color has-link-color">What is Lorem Ipsum?</h2> <!-- /wp:heading --> <!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|one"}}}},"textColor":"one"} --> <p class="has-one-color has-text-color has-link-color"><strong>Lorem Ipsum</strong>&nbsp;is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> <!-- /wp:paragraph --></div> <!-- /wp:group --></div> <!-- /wp:group -->

Pattern CSS

.effect-style6{ position: relative; } body .effect-style6:before { content: ""; background-image: url(/wp-content/uploads/2025/08/effect-6-top.png); background-repeat: no-repeat; background-position: bottom center; background-size: 100% 100%; width: 100%; height: 83px; position: absolute; top: 0; } body .effect-style6:after { content: ""; background-image: url(/wp-content/uploads/2025/08/effect-6-bottom.png); background-repeat: no-repeat; background-position: bottom center; background-size: 100% 100%; width: 100%; height: 115px; position: absolute; bottom: 0; } @media only screen and (500){ body .effect-style6:after, body .effect-style6:before { height: 90px; } }