Created
March 22, 2013 08:21
-
-
Save donnywals/5219727 to your computer and use it in GitHub Desktop.
Inline-block not done
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
/** | |
* Inline-block not done | |
*/ | |
* { | |
box-sizing: border-box; | |
} | |
section:nth-of-type(2) { | |
font-size: 32px; | |
} | |
section:last-of-type { | |
font-size: 48px; | |
} | |
p { | |
border: 1px solid red; | |
width: 10em; | |
} |
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
<article> | |
<section> | |
<p>Eerste</p> | |
</section> | |
<section> | |
<p>Tweede</p> | |
</section> | |
<section> | |
<p>Derde</p> | |
</section> | |
</article> |
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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment