Skip to content

Instantly share code, notes, and snippets.

View SilentImp's full-sized avatar
💭
ok, now it is social network

SilentImp SilentImp

💭
ok, now it is social network
View GitHub Profile
{"fb9bcf11449edbd707cc64a21a5b326b":"NatalieF","7536117053a44b2a6f89248cde16866d":"NatalieF","d789ed3d89475adb3c2758795a99adb2":"matmuchrapna","89cde4414e897bdcf5472bb154c70b07":"matmuchrapna"}
[]
@SilentImp
SilentImp / dabblet.css
Created March 2, 2013 13:29 — forked from iamstarkov/dabblet.css
Untitled
body{
font-weight: bold;
font-size: 50px;
text-transform: uppercase;
}
body code{
background-color:#d2f2f2;
padding: 0 .5rem;
display: inline-block;
body{
font-weight: bold;
font-size: 50px;
text-transform: uppercase;
}
body code{
background-color:#d2f2f2;
padding: 0 .5rem;
display: inline-block;
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
@SilentImp
SilentImp / dabblet.css
Created March 26, 2014 16:09 — forked from LeaVerou/dabblet.css
Анимация по hover (как это делать не нужно)
/**
* Анимация по hover (как это делать не нужно)
*/
div {
width: 9em;
padding: .6em 1em;
margin: 2em auto;
background: yellowgreen;
}
@SilentImp
SilentImp / dabblet.css
Created March 26, 2014 16:16 — forked from LeaVerou/dabblet.css
Анимация по hover (правильная)
/**
* Анимация по hover (правильная)
*/
div {
width: 9em;
padding: .6em 1em;
margin: 2em auto;
background: yellowgreen;
animation: spin 1s linear infinite;