Skip to content

Instantly share code, notes, and snippets.

@kdankov
kdankov / dabblet.css
Created July 5, 2013 19:06 — forked from LeaVerou/dabblet.css
Playing with background-attachment
/**
* Playing with background-attachment
*/
pre {
max-height: 150px;
border: 1px solid silver;
overflow: auto;
border: 10px dotted red;
background: url('http://placedog.com/200/200');
@kdankov
kdankov / dabblet.css
Created July 5, 2013 18:42 — forked from LeaVerou/dabblet.css
Standardization status
/**
* Standardization status
*/
body {
background: #f9f7f3;
}
.standardization_status {
position: relative;
@kdankov
kdankov / dabblet.css
Created March 5, 2013 11:38 — forked from Daniel-Hug/dabblet.css
A "deeper" indented text effect with the :before and :after pseudo-elements.
/**
* A "deeper" indented text effect with the :before and :after pseudo-elements.
*/
html, body {
height: 100%;
}
body {
margin: 0;