HTML and CSS Reference
In-Depth Information
*/
this.isFavorite = function(){
return _favorite;
}
/**
* Sets whether the movie is in the
* user's favorites list
* @param {Bool} value
*/
this.setFavorite = function(value){
_favorite = value;
}
this.init();
}
Listing A-2
.footer {
height: 40px;
width: 100%;
text-align: center;
position: absolute;
bottom: 0;
.back {
height: 100%;
display: block;
background: url('../img/back.png') no-repeat 10px 50%;
text-indent: -10000px;
}
}
Your final SASS file should look like the following code.
body, html, #shoe, .deck {
height: 100%;
width: 100%;
overflow: hidden;
margin: 0px;
}
/**
* Individual Card Styles
*/
 
Search WWH ::




Custom Search