Skip to content

Instantly share code, notes, and snippets.

@jklm313
jklm313 / dabblet.css
Created September 23, 2013 18:09
Untitled
* {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
}
html, body {
height: 100%;
}
@jklm313
jklm313 / dabblet.css
Created September 23, 2013 17:29
Untitled
* {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
}
html, body {
height: 100%;
}
@jklm313
jklm313 / dabblet.css
Created September 23, 2013 13:12
Untitled
* {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
}
html, body {
height: 100%;
}
@jklm313
jklm313 / dabblet.css
Created August 12, 2013 13:35
Untitled
*, *:after, *:before {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}
html, body {
height: 100%;
}
@jklm313
jklm313 / dabblet.css
Created August 1, 2013 19:09
Untitled
*, *:after, *:before {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}
html, body {
height: 100%;
@jklm313
jklm313 / dabblet.css
Created July 22, 2013 16:14
Untitled
* {
position: relative;
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
background: white;
}
@jklm313
jklm313 / dabblet.css
Created July 21, 2013 19:38
Untitled
*, *:before, *:after {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
}
html, body {
height: 100%;
@jklm313
jklm313 / dabblet.css
Created July 21, 2013 18:33
Untitled
*, *:before, *:after {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
}
html, body {
height: 100%;
.bold {
font-weight: bold;
}
[class='bold red'] {
color: red;
}
[class='bold blue'] {
color: blue;
}
[class='bold green'] {
*, *:after, *:before {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
}
html, body {
height: 100%;
}