Skip to content

Instantly share code, notes, and snippets.

@donnywals
Created March 22, 2013 08:21
Show Gist options
  • Save donnywals/5219727 to your computer and use it in GitHub Desktop.
Save donnywals/5219727 to your computer and use it in GitHub Desktop.
Inline-block not done
/**
* 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;
}
<article>
<section>
<p>Eerste</p>
</section>
<section>
<p>Tweede</p>
</section>
<section>
<p>Derde</p>
</section>
</article>
{"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