Skip to content

Instantly share code, notes, and snippets.

View inerd89's full-sized avatar

Austin Maurer inerd89

View GitHub Profile
@inerd89
inerd89 / _baseline.scss
Last active May 6, 2017 22:31 — forked from razwan/_baseline.scss
Aligning type to baseline the right way with SASS
$base-font-size: 16px;
$base-line-height: 1.5;
// this value may vary for each font
// unitless value relative to 1em
$cap-height: 0.68;
@mixin baseline($font-size, $scale: 2) {
@inerd89
inerd89 / index.html
Created September 15, 2014 19:08
Box model example
<div class="wrapper">
<div class="header">
<h1>Title</h1>
</div>
<div class="main">
<p>blah blah blah</p>
<p>blah blah blah</p>
<p>blah blah blah</p>
<p>blah blah blah</p>
<p>blah blah blah</p>