Created
August 28, 2021 04:44
-
-
Save prosvitco/a7f837c74507f02082a95854427eb8f9 to your computer and use it in GitHub Desktop.
Gutenberg Block Template Sample
This file contains hidden or 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
| <!-- wp:group {"style":{"color":{"background":"#0c3f55"}},"className":"custom-group-class"} --> | |
| <div class="wp-block-group custom-group-class has-background" style="background-color:#0c3f55"><!-- wp:columns --> | |
| <div class="wp-block-columns"><!-- wp:column --> | |
| <div class="wp-block-column"><!-- wp:paragraph {"style":{"color":{"text":"#ffffff"}}} --> | |
| <p class="has-text-color" style="color:#ffffff">Column 1 </p> | |
| <!-- /wp:paragraph --></div> | |
| <!-- /wp:column --> | |
| <!-- wp:column --> | |
| <div class="wp-block-column"><!-- wp:paragraph {"style":{"color":{"text":"#ffffff"}}} --> | |
| <p class="has-text-color" style="color:#ffffff">Column 2</p> | |
| <!-- /wp:paragraph --></div> | |
| <!-- /wp:column --> | |
| <!-- wp:column --> | |
| <div class="wp-block-column"><!-- wp:paragraph {"style":{"color":{"text":"#ffffff"}}} --> | |
| <p class="has-text-color" style="color:#ffffff">Column 3</p> | |
| <!-- /wp:paragraph --></div> | |
| <!-- /wp:column --></div> | |
| <!-- /wp:columns --></div> | |
| <!-- /wp:group --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment