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 May 15, 2020 17:58
Shrink Elements
/**
* Shrink Elements
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
font-size: 16px;
line-height: 18px;
}
@i2r
i2r / dabblet.css
Last active May 15, 2020 08:38
Font Loading Test
/**
* Font Loading Test
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
body {
@i2r
i2r / dabblet.css
Created May 15, 2020 08:20
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
@font-face {
@i2r
i2r / dabblet.css
Created February 20, 2020 14:30
Calendar
/**
* Calendar
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@i2r
i2r / dabblet.css
Created February 19, 2020 07:25
Sticky Top
/**
* Sticky Top
*/
html, body {
font-family: sans-serif;
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
}
html {
@i2r
i2r / dabblet.css
Last active February 19, 2020 06:59
Sticky Bottom
/**
* Sticky Bottom
*/
html, body {
font-family: sans-serif;
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
}
html {
@i2r
i2r / dabblet.css
Created February 18, 2020 10:25
Sticky
/**
* Sticky
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
height: 200%;
}
body {
@i2r
i2r / dabblet.css
Last active June 23, 2020 10:06
Sticky
/**
* Sticky
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
height: 200%;
}
body {
@i2r
i2r / dabblet.css
Last active December 27, 2019 13:36
IFRAME LINK
/**
* IFRAME LINK
*/
@i2r
i2r / dabblet.css
Created December 27, 2019 10:39
IFRAME LINK
/**
* IFRAME LINK
*/