Skip to content

Instantly share code, notes, and snippets.

<style>
/**
* Do not remove this section; it allows our team to troubleshoot and track feature adoption.
* TS:0001-07-008
*/
@font-face {
font-family: 'MyFontName';
src: url('//yoursite.com/fonts/myfont.woff2') format('woff2'),
@gunnarbittersmann
gunnarbittersmann / dabblet.css
Created July 26, 2016 19:49 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background:#333;
text-align:center;
}
.kalender{
display:inline-block;
@gunnarbittersmann
gunnarbittersmann / dabblet.css
Created November 5, 2013 14:35 — forked from anonymous/dabblet.css
heading underlined
/**
* heading underlined
*/
h1
{
font-size: 1.25em; /* use relative unit */
text-align: center;
text-decoration-line: line-through;
text-decoration-skip: box-decoration;
@gunnarbittersmann
gunnarbittersmann / dabblet.css
Created September 21, 2012 17:11 — forked from anonymous/dabblet.css
Declaration of Human Rights
/**
* Declaration of Human Rights
*/
body { margin: auto; max-width: 50em; }
section::before { content: ''; height: 100%; left: 0; position: absolute; right: 0; z-index: -1; }
#article1::before { background: #ECC }