Skip to content

Instantly share code, notes, and snippets.

View robhrt7's full-sized avatar

Robert Haritonov robhrt7

View GitHub Profile
@robhrt7
robhrt7 / dabblet.css
Created June 7, 2013 14:43 — forked from Leikam/dabblet.css
Untitled
#f {
width: 50px;
height: 50px;
opacity:0;
visibility: hidden;
background: yellow;
float: left;
margin-left: 0%;
transition: margin 2s ease-in}
/*раскомментировать для анимации*/
div {
width: 50px; height: 50px;
background: red;
-webkit-transition: -webkit-transform 1s;
}
div:hover {
-webkit-transform: scale(2);
}
@robhrt7
robhrt7 / dabblet.css
Created November 18, 2012 15:26
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@robhrt7
robhrt7 / tc.css
Created November 18, 2012 15:01
Tico - simb
empty
@robhrt7
robhrt7 / tc.css
Created November 18, 2012 15:01
Tico
empty
@robhrt7
robhrt7 / tc.css
Created November 18, 2012 15:00
Form - form__gl-1-2
empty
@robhrt7
robhrt7 / tc.css
Created November 18, 2012 14:56
Form - obj-inline
empty
@robhrt7
robhrt7 / tc.css
Created November 18, 2012 14:52
Form - form_ul
empty
@robhrt7
robhrt7 / dabblet.css
Created November 13, 2012 17:55
Пример разной анимации в обе стороны
/**
* Пример разной анимации в обе стороны
*/
div {
height: 1.5em;
background: orange;
line-height: 1.5;
}
@robhrt7
robhrt7 / dabblet.css
Created November 13, 2012 16:00
Untitled
.menu {
position: relative;
width: 969px;
height: 40px;
background: red;
text-align: center;
}
.menu_cnt {