Skip to content

Instantly share code, notes, and snippets.

View sonalien's full-sized avatar

sonalie nanda sonalien

View GitHub Profile
@sonalien
sonalien / dabblet.css
Created December 25, 2017 12:12
Untitled
.container{
position:absolute;
top:50%;
left:50%;
transform:translate(-50% -50%);
width:40px;
height:32px;
display:block;
}
.stick, .stick:before, .stick:after{
@sonalien
sonalien / dabblet.css
Created December 25, 2017 10:11 — forked from anonymous/dabblet.css
Untitled
body{background:red}
.container{
position: absolute;
left:50%;
top:50%;
}
.circle{
width:15px;
height:15px;