HTML and CSS Reference
In-Depth Information
border-radius: 5px;
text-decoration: none;
border: 1px solid #A5CCEB;
}
.movie-release-date {
text-transform: uppercase;
font-weight: bold;
}
}
}
.movie-content {
height: 80%;
width: 100%;
padding-bottom: 40px;
@include box-sizing(border-box);
.block-container {
width: 280%;
height: 100%;
.block {
width: 33%;
float: left;
height: 100%;
font-size: 1.3em;
line-height: 2em;
.content {
@include box-sizing(border-box);
}
h3 {
padding: 10px 10px 0 10px;
}
.content {
padding: 10px;
}
}
}
Search WWH ::




Custom Search