Skip to content

Instantly share code, notes, and snippets.

View talitagoulart's full-sized avatar
🏠
Working from home

Talita Goulart talitagoulart

🏠
Working from home
View GitHub Profile
@talitagoulart
talitagoulart / dabblet.css
Last active August 29, 2015 14:19
Untitled
.olho {
border: 1px solid #000;
width: 20px;
height: 20px;
border-radius: 50%;
position: relative;
float: left;
margin-right: 3px;
}
/**
* Music Sheet
*/
.sheet {
height: 150px;
background-image: linear-gradient(to bottom, black 2px, transparent 2px);
background-size: 100% 30px;
}
/**
* Bússola
*/
body { background: #ECECEC; }
.bussola {
position: relative;
width: 300px;
height: 300px;
background-color: #FFF;
/**
* Bússola
*/
body { background: #ECECEC; }
.bussola {
position: relative;
width: 300px;
height: 300px;
background-color: #FFF;
@talitagoulart
talitagoulart / dabblet.css
Created October 13, 2013 08:29
Parallax Scrolling
/**
* Parallax Scrolling
*/
body { margin: 0; }
.stage {
position: absolute;
width: 100%;
height: 100%;
background: #8888FF;
overflow: hidden;
/**
* Loading
*/
/**
* Cone
*/
body {
margin: 0;
background: #F5F5F5;
/*background: url(http://imasters.com.br/wp-content/uploads/2013/07/cone.jpg) no-repeat #F5F5F5;*/
}