Skip to content

Instantly share code, notes, and snippets.

View i2r's full-sized avatar

Igor Spisivtsev i2r

  • Yandex
  • Moscow, Russia
View GitHub Profile
@i2r
i2r / dabblet.css
Created August 28, 2012 15:22
VAM IE
/**
* VAM IE
*/
html,
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
@i2r
i2r / dabblet.css
Created October 30, 2012 12:55
Border Arrow
/**
* Border Arrow
*/
html, body {
background: #f0;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.arrow {
@i2r
i2r / dabblet.css
Created April 5, 2013 12:28
Orientation
/**
* Orientation
*/
html {
height: 100%;
}
body {
min-height: 100%;
}
@i2r
i2r / dabblet.css
Created April 5, 2013 12:32
Orientation
/**
* Orientation
*/
html {
height: 100%;
}
body {
min-height: 100%;
}
@i2r
i2r / dabblet.css
Created April 5, 2013 12:33
Orientation2
/**
* Orientation2
*/
html {
height: 100%;
}
body {
min-height: 100%;
}
@i2r
i2r / dabblet.css
Created April 15, 2013 08:40
BG Size
/**
* BG Size
*/
html {
//background: #f06;
//background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.foo {
@i2r
i2r / dabblet.css
Created May 21, 2013 08:28
BG Size
/**
* BG Size
*/
html {
//background: #f06;
//background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.foo {
@i2r
i2r / dabblet.css
Created May 21, 2013 08:40
Notification
/**
* Notification
*/
html {
font: 100% sans-serif;
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
height:100%;
}
@i2r
i2r / dabblet.css
Created May 21, 2013 09:39
Notification
/**
* Notification
*/
html {
font: 100% sans-serif;
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
height:100%;
}
@i2r
i2r / dabblet.css
Created May 22, 2013 12:08
Notification
/**
* Notification
* Star Wars
*/
html {
font: 100% sans-serif;
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
height:100%;