Created
December 4, 2020 15:15
-
-
Save joshuafredrickson/5519530d99f440401835049ac40b5051 to your computer and use it in GitHub Desktop.
WP Group Block Markup
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 uses `.alignwide` and `.alignfull` for wide and full-width blocks. --> | |
<div class="wp-block-group alignwide"> | |
<div class="wp-block-group__inner-container"> | |
<div class="wp-block-columns"> | |
<div class="wp-block-column"> | |
<p>Paragraph text in a column.</p> | |
</div> | |
<div class="wp-block-column"> | |
<p>The second column.</p> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment