HTML and CSS Reference
In-Depth Information
width: 60px;
height: 82px;
text-align: center;
margin-right: 10px;
}
}
}
/**
* Movie list
*/
.movie-list {
li {
background: #A5CCEB;
border-bottom-color: #FFFFFF;
.more {
display: block;
height: 100%;
overflow: hidden;
text-decoration: none;
h2 {
margin: 0 0 10px;
color: #BF2628;
}
p {
margin: 0;
color: #000000;
}
}
}
li:nth-child(odd) {
background: #97B2D9;
}
}
/**
Search WWH ::




Custom Search