Skip to content

Instantly share code, notes, and snippets.

View hiloki's full-sized avatar

Hiroki Tani hiloki

View GitHub Profile
@hiloki
hiloki / dabblet.css
Created March 10, 2014 06:26
--- for demo ---
p:nth-child(1) {
font-size: 10px;
}
p:nth-child(2) {
font-size: 9px;
}
p:nth-child(3) {
font-size: 8px;
}
p:nth-child(4) {
@hiloki
hiloki / dabblet.css
Created March 10, 2014 06:26
--- for demo ---
p {
letter-spacing: -0.2em;
}
@hiloki
hiloki / dabblet.css
Created March 10, 2014 06:21
--- for demo ---
p {
letter-spacing: -0.2em;
}
@hiloki
hiloki / dabblet.css
Created March 10, 2014 05:39
Untitled
div {
font-size: 32px;
}
.small {
font-size: 16px;
}
.px {
line-height: 32px;
@hiloki
hiloki / dabblet.css
Created March 9, 2014 16:47
Untitled
html {
background-image: linear-gradient(to bottom, #eef2d9 0%, #eef2d9 95%, #889933 100%);
background-size: auto 2em;
font-size: 16px;
}
body {
padding: 0 1rem;
line-height: 2;
font-size: 1em;
@hiloki
hiloki / dabblet.css
Created March 9, 2014 16:37
---- for demo ---
.box {
position: relative;
margin-left: 0;
margin-right: 0;
width: 300px;
height: 300px;
background-color: skyblue;
}
.box-close {
@hiloki
hiloki / dabblet.css
Created March 9, 2014 16:36
---- for demo ---
.box {
position: relative;
margin-left: 0;
margin-right: 0;
width: 300px;
height: 300px;
background-color: skyblue;
}
.obj {
@hiloki
hiloki / dabblet.css
Created March 9, 2014 06:59
---- for demo ---
.box {
position: relative;
margin-left: 0;
margin-right: 0;
width: 300px;
height: 300px;
background-color: skyblue;
}
.obj {
@hiloki
hiloki / dabblet.css
Created March 9, 2014 06:43
---- for demo ---
.box {
position: relative;
margin-left: 0;
margin-right: 0;
width: 300px;
height: 300px;
background-color: skyblue;
}
.obj {
@hiloki
hiloki / dabblet.css
Created March 9, 2014 06:06
---- for demo ---
.box {
/* position: relative; */
margin-left: 0;
margin-right: 0;
width: 300px;
height: 300px;
background-color: skyblue;
}
.box-close {