Last active
December 11, 2017 12:48
-
-
Save geenkaas/e564e70b371788ae9ce6f2e779d670f1 to your computer and use it in GitHub Desktop.
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="s-row"> | |
<div class="s-row__column s-row__column--6-12"> | |
One half (6/12) | |
</div> | |
<div class="s-row__column s-row__column--3-12"> | |
One quarter (3/12) | |
</div> | |
<div class="s-row__column s-row__column--2-12"> | |
One sixth (2/12) | |
</div> | |
<div class="s-row__column s-row__column--1-12"> | |
One twelfth (1/12) | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment