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 class="List--from-left List--space-before"> | |
<li>Alpha</li> | |
<li>Beta</li> | |
<li>Charlie</li> | |
<li>Delta</li> | |
</ul> | |
<ul class="List--from-left List--space-after"> | |
<li>Alpha</li> | |
<li>Beta</li> |
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
<p>ul</p> | |
<ul> | |
<li>Alpha</li> | |
<li>Beta</li> | |
<li>Charlie</li> | |
<li>Delta</li> | |
</ul> | |
<hr> |
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
<svg> | |
<rect x="130" y="10" height="14" width="14" | |
rx="3" ry="3" | |
style="stroke:#000; fill: none"/> | |
</svg> |
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
<?xml version="1.0" encoding="utf-8"?> | |
<svg | |
version="1.1" | |
class="test" | |
x="0px" | |
y="0px" | |
viewBox="0 0 100 100" | |
xml:space="preserve"> | |
<rect class="st0" width="50" height="50"/> | |
<rect x="50" class="st1" width="50" height="50"/> |
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> |
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="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
<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
<a href="#"><span class="Icon">@</span> LABEL</a> | |
<a class="different-icon-color" href="#"><span class="Icon">@</span> LABEL</a> |