Skip to content

Instantly share code, notes, and snippets.

View guilycst's full-sized avatar

Guilherme de Castro guilycst

View GitHub Profile
@guilycst
guilycst / dabblet.css
Last active August 14, 2016 03:49 — forked from anonymous/dabblet.css
Untitled
background-color: black;
background-image: linear-gradient(to bottom, black, #C00 50%, black);
babackground-size: 5px 80%;
background-repeat: no-repeat;
background-size: 80% 5px;
background-position: 50% 50%;
@guilycst
guilycst / dabblet.css
Last active August 13, 2016 23:15 — forked from anonymous/dabblet.css
Untitled
.face {
display: block;
width: 200px;
height: 200px;
position: absolute;
top: 0;
left: 0;
}
.frente {
background-color: red;