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
| <div class="NewModal"> | |
| <div class="NewModal-arrow NewModal-arrow--left"></div> | |
| <p>This is some text about some stuff and other stuff</p> | |
| </div> | |
| <div class="NewModal"> | |
| <div class="NewModal-arrow NewModal-arrow--right"></div> | |
| <p>This is some text about some stuff and other stuff</p> | |
| </div> |
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
| <ul> | |
| <li>ONE</li> | |
| <li>TWO</li> | |
| <li>THREE</li> | |
| <li>FOUR</li> | |
| <li>FIVE</li> | |
| <li>SIX</li> | |
| </ul> | |
| <div></div> |
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
| <div class="block"> | |
| <div class="block-element-1"></div> | |
| <div class="block-element-2"></div> | |
| </div> | |
| <div class="block--special"> | |
| <div class="block-element-1"></div> | |
| <div class="block-element-2"></div> | |
| </div> |
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
| <div class="Title"> | |
| <h2>THIS SHOULD BE CENTERED<ul class="Icons><li></li></ul><span class="Icons-icon">X</span></span></li></ul></h2> | |
| </div> |
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
| <a href="#"><span class="Icon">@</span> LABEL</a> | |
| <a class="different-icon-color" href="#"><span class="Icon">@</span> LABEL</a> |
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
| <div class='box box-1'> | |
| </div> | |
| <div class='box box-2'> | |
| </div> | |
| <div class='box box-3'> | |
| </div> |
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
| <div class="Primary"> | |
| </div> | |
| <div class="Secondary"> | |
| </div> |
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
| <img srcset="/assets/paperclip/full/video.png 610w,/assets/paperclip/full/video.png 300w"> |
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
| <img srcset="/assets/paperclip/full/video.png 610w,/assets/paperclip/full/video.png 300w"> |
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
| <div class="Flexbox"> | |
| <div class="Flexbox-box"></div> | |
| <div class="Flexbox-box"></div> | |
| <div class="Flexbox-box"></div> | |
| <div class="Flexbox-box"></div> | |
| <div class="Flexbox-box"></div> | |
| <div class="Flexbox-box"></div> | |
| </div> |