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 November 11, 2019 07:27
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%;
color: #fff;
@i2r
i2r / dabblet.css
Created November 11, 2019 07:26
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html, body {
height: 100%;
}
@i2r
i2r / dabblet.css
Created November 11, 2019 07:26
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html, body {
height: 100%;
}
@i2r
i2r / dabblet.css
Created June 7, 2019 07:18
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html, body {
height: 100%;
}
span {
display: inline-block;
@i2r
i2r / dabblet.css
Created May 16, 2019 07:41
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html, body {
height: 100%;
}
span {
display: inline-block;
@i2r
i2r / dabblet.css
Created May 16, 2019 07:12
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html, body {
height: 100%;
}
.container {
display: flex;
flex-direction: column-reverse;
}
@i2r
i2r / dabblet.css
Created May 8, 2019 06:31
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html, body {
height: 100%;
}
.container {
display: flex;
flex-direction: column-reverse;
}
@i2r
i2r / dabblet.css
Created May 8, 2019 06:28
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html, body {
height: 100%;
}
.box:hover,
.box:hover + .box {
background: #FFF5D1;
@i2r
i2r / dabblet.css
Created May 8, 2019 06:16
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.box1, .box2 {
display: inline-block;
border: solid 1px rgba(0,0,0, 0.3);
height: 90px;
vertical-align: top;
}
@i2r
i2r / dabblet.css
Created February 27, 2019 15:16
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.box1, .box2 {
display: inline-block;
border: solid 1px rgba(0,0,0, 0.3);
height: 90px;
vertical-align: top;
}