Effects Style 1
The above block is copied from the site: https://webstyles.therapypracticeaccelerator.com/effects-style-1/
Pattern HTML
<!-- wp:group {"metadata":{"name":"Effect style 1"},"align":"full","className":"effect-style1","style":{"color":{"background":"#d9d9d9"},"spacing":{"padding":{"top":"var:preset|spacing|150","bottom":"var:preset|spacing|150"}}},"layout":{"type":"default"}} -->
<div class="wp-block-group alignfull effect-style1 has-background" style="background-color:#d9d9d9;padding-top:var(--wp--preset--spacing--150);padding-bottom:var(--wp--preset--spacing--150)"><!-- wp:group {"layout":{"type":"constrained","contentSize":"1170px"}} -->
<div class="wp-block-group"><!-- wp:heading {"textAlign":"center"} -->
<h2 class="wp-block-heading has-text-align-center">Rediscover Your Authentic Self</h2>
<!-- /wp:heading -->
<!-- wp:heading {"textAlign":"center","level":3} -->
<h3 class="wp-block-heading has-text-align-center">Individual Therapy & Coaching for Men</h3>
<!-- /wp:heading -->
<!-- wp:heading {"textAlign":"center","level":4} -->
<h4 class="wp-block-heading has-text-align-center">Online Therapy for Washington and Oregon</h4>
<!-- /wp:heading -->
<!-- wp:heading {"textAlign":"center","level":5} -->
<h5 class="wp-block-heading has-text-align-center">Online Coaching Available for all Locations</h5>
<!-- /wp:heading -->
<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button">Schedule A Free Consultation</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
Pattern CSS
.effect-style1{
position: relative;
}
body .effect-style1:after {
content: "";
background-image: url(/wp-content/uploads/2025/08/blur-bottom.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: 100% 100%;
width: 100%;
height: 100px;
position: absolute;
bottom: 0;
}
body .effect-style1:before {
content: "";
background-image: url(/wp-content/uploads/2025/08/blur-top.png);
background-repeat: no-repeat;
background-position: top center;
background-size: 100% 100%;
width: 100%;
height: 100px;
position: absolute;
top: 0;
}
