Last active
June 22, 2022 18:38
-
-
Save elpuas/6708d70ece409feebadaf3abe0bbbdf4 to your computer and use it in GitHub Desktop.
Call To Action Pattern Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Title: Call to Action | |
* Slug: my-theme/call-to-action | |
* Block types: core/post-content | |
* Categories: featured, text | |
*/ | |
?> | |
<!-- wp:cover {"overlayColor":"secondary","minHeight":307,"minHeightUnit":"px","style":{"spacing":{"padding":{"top":"32px","right":"32px","bottom":"32px","left":"32px"}}}} --> | |
<div class="wp-block-cover" style="padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;min-height:307px"><span aria-hidden="true" class="wp-block-cover__background has-secondary-background-color has-background-dim-100 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"layout":{"contentSize":"800px"}} --> | |
<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"margin":{"top":"32px","right":"0px","bottom":"32px","left":"32px"}}},"fontSize":"size40"} --> | |
<h2 class="has-text-align-center has-size-40-font-size" style="font-style:normal;font-weight:400;margin-top:32px;margin-right:0px;margin-bottom:32px;margin-left:32px">Duis molestie, nulla a dignissim bibendum, lectus sem congue neque.</h2> | |
<!-- /wp:heading --> | |
<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} --> | |
<div class="wp-block-buttons"><!-- wp:button {"fontSize":"size24"} --> | |
<div class="wp-block-button has-custom-font-size has-size-24-font-size"><a class="wp-block-button__link">CALL TO ACTION</a></div> | |
<!-- /wp:button --></div> | |
<!-- /wp:buttons --> | |
<!-- wp:paragraph {"align":"center","fontSize":"size14"} --> | |
<p class="has-text-align-center has-size-14-font-size">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> | |
<!-- /wp:paragraph --></div> | |
<!-- /wp:group --></div></div> | |
<!-- /wp:cover --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment