Created
July 6, 2016 17:55
-
-
Save dahal/e3a7033b66a635dd6d9c3d498ef681b4 to your computer and use it in GitHub Desktop.
Flock Styleguide
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="six columns"> | |
<ul> | |
<li>Unordered lists have basic styles</li> | |
<li> | |
They use the circle list style | |
<ul> | |
<li>Nested lists styled to feel right</li> | |
<li>Can nest either type of list into the other</li> | |
</ul> | |
</li> | |
<li>Just more list items mama san</li> | |
</ul> | |
</div> | |
<div class="six columns"> | |
<ol> | |
<li>Ordered lists also have basic styles</li> | |
<li> | |
They use the decimal list style | |
<ul> | |
<li>Ordered and unordered can be nested</li> | |
<li>Can nest either type of list into the other</li> | |
</ul> | |
</li> | |
<li>Last list item just for the fun</li> | |
</ol> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment