This file contains 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
Test |
This file contains 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="container"> | |
<div class="row"> | |
<div class="one column">One</div> | |
<div class="eleven columns">Eleven</div> | |
</div> | |
<div class="row"> | |
<div class="two columns">Two</div> | |
<div class="ten columns">Ten</div> | |
</div> |
This file contains 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"> | |
<li> | |
<a>List item 1</a> | |
</li> | |
<li> | |
<a>List item 2</a> | |
</li> | |
<li> | |
<a>List item 3</a> | |
</li> |
This file contains 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="toggle"> | |
<div class="toggle-handle"></div> | |
</div> |
This file contains 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
<span class="count">1</span> | |
<span class="count-main">2</span> | |
<span class="count-positive">3</span> | |
<span class="count-negative">4</span> |
This file contains 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="segmented-controller"> | |
<li class="active">Thing one</li> | |
<li>Thing two</li> | |
<li>Thing three</li> | |
</ul> |
This file contains 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 inset"> | |
<li>List item 1</li> | |
<li>List item 2</li> | |
<li class="list-divider">List Divider</li> | |
<li>List item 3</li> | |
<li>List item 4</li> | |
</ul> |
This file contains 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"> | |
<li> | |
List item 1 | |
<div class="toggle"> | |
<div class="toggle-handle"></div> | |
</div> | |
</li> | |
<li> | |
List item 2 | |
<div class="toggle"> |
This file contains 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"> | |
<li>List item 1 <a class="button">Button</a></li> | |
<li>List item 2 <a class="button-main">Button</a></li> | |
<li>List item 3 <a class="button-positive">Button</a></li> | |
<li>List item 4 <a class="button-negative">Button</a></li> | |
</ul> |
This file contains 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"> | |
<li> | |
List item 1 | |
<span class="chevron"></span> | |
<span class="count">4</span> | |
</li> | |
<li> | |
List item 2 | |
<span class="chevron"></span> | |
<span class="count">1</span> |
NewerOlder