Skip to content

Instantly share code, notes, and snippets.

@holasnic
holasnic / Snowbird Button
Created January 20, 2015 00:43
Snowbird Button
.buttonoval {
display: block;
background-color: rgba(255, 255, 255, .0);;
text-align: center;
color: #009bd1;
width: 107px;
height: 40px;
margin: 60px auto 0 auto;
border-radius: 31px;
border: 1px solid #d4d4d4;
@holasnic
holasnic / Uncle Goose Button
Created January 20, 2015 00:55
Uncle Goose Button
.btncontainer {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
}
@holasnic
holasnic / Huge Image
Created January 20, 2015 01:53
Huge Image
.huge {
overflow: hidden;
position: relative;
display: inline-block;
}
.hugebg {
opacity: 0;
position: absolute;
display: inline-block;