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
Last active December 27, 2019 10:37
PAGE 2
/**
* PAGE 2
*/
background-color: green;
@i2r
i2r / dabblet.css
Last active December 27, 2019 10:38
PAGE 1
/**
* PAGE 1
*/
background-color: red;
@i2r
i2r / dabblet.css
Last active December 27, 2019 10:31
IFRAME SAFARI LINK REFERRER
/**
* IFRAME SAFARI LINK REFERRER
*/
@i2r
i2r / dabblet.css
Created December 27, 2019 10:22
IFRAME LINK
/**
* IFRAME LINK
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@i2r
i2r / dabblet.css
Created November 28, 2019 11:50
Smart marquee
/**
* Smart marquee
*/
html, body {
//background: #f06;
//background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.marquee {
@i2r
i2r / dabblet.css
Last active November 27, 2019 16:51
Smart marquee
/**
* Smart marquee
*/
html, body {
//background: #f06;
//background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.marquee {
@i2r
i2r / dabblet.css
Last active November 26, 2019 15:47
Smart marquee
/**
* Smart marquee
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.marquee {
@i2r
i2r / dabblet.css
Created November 26, 2019 07:27
Chrome ScrollRestoraction issue
/**
* Chrome ScrollRestoraction issue
* somewhere in https://chromium.googlesource.com/chromium/blink/+/5da5b59/Source/core/loader/FrameLoader.cpp#1049
*/
html,body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@i2r
i2r / dabblet.css
Last active November 11, 2019 14:49
Chrome ScrollRestoraction issue
/**
* Chrome ScrollRestoraction issue
* somewhere in https://chromium.googlesource.com/chromium/blink/+/5da5b59/Source/core/loader/FrameLoader.cpp#1049
*/
html,body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@i2r
i2r / dabblet.css
Last active November 11, 2019 09:22
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-family: sans-serif;