Skip to content

Instantly share code, notes, and snippets.

View tertal's full-sized avatar

Tertal tertal

View GitHub Profile
@tertal
tertal / dabblet.css
Last active November 21, 2016 15:31
Untitled
body {
background: #fff;
}
@tertal
tertal / dabblet.css
Last active June 2, 2016 20:27 — forked from anonymous/dabblet.css
Untitled
.rating {
unicode-bidi: bidi-override;
direction: rtl;
text-align: center;
}
.rating > span {
display: inline-block;
position: relative;
width: 50px;
content: url(http://s33.postimg.org/71siobi3z/rand_opac.jpg);
@tertal
tertal / dabblet.css
Last active June 8, 2016 13:59
Untitled
//* amatronik *//
body
{
background-color: #000;
}
a:link {color: #616161;}
a:visited {color: #616161;}
a:hover {color: #212121;}
@tertal
tertal / dabblet.css
Last active June 2, 2016 20:34 — forked from chriscoyier/dabblet.css
Untitled
/*Randito meter 1.0 */
body {
padding: 50px;
font-family: 'Merriweather', serif;
font-size: 10px;
}
.center {
margin: auto;