Created
March 5, 2018 09:03
-
-
Save khoipro/b420a7bb2abe7bc83734899535a0de33 to your computer and use it in GitHub Desktop.
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
| <section class="intro"> | |
| <!-- Header from module section-header.html --> | |
| <div class="section-header"> | |
| <h2 class="section-header__headline">Headline example</h2> | |
| <div class="section-header__description">This is a description.</div> | |
| </div> | |
| <!-- CTA Block from cta-blocks.html --> | |
| <div class="cta-blocks"> | |
| <div class="cta-blocks__list"> | |
| <!-- CTA Block single item from cta-block.html --> | |
| <div class="cta-block"> | |
| <h3 class="cta-block__title">A card title</h3> | |
| <div class="cta-block__description">This is a card description.</div> | |
| </div> | |
| <!-- CTA Block single item from cta-block.html --> | |
| <div class="cta-block"> | |
| <h3 class="cta-block__title">A card title</h3> | |
| <div class="cta-block__description">This is a card description.</div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment