style(s)
<style type="text/css" media="screen">
body {
font-family: Arial, sans-serif;
font-size: small;
}
a {
color: #00458B;
}
netflix box / class
/* Netflix box */
.box {
width: 273px;
background: url(lib-present-style-bullet-chapter5-img-div-bottom.gif) no-repeat bottom left;
}
netflix box / header(s)
.box h3 {
margin: 0;
padding: 6px 8px 4px 10px;
font-size: 130%;
color: #333;
border-bottom: 1px solid #E0CFAB;
background: url(lib-present-style-bullet-chapter5-img-h3-bg.gif) no-repeat top left;
}
netflix box / list(s)
.box ul {
margin: 0;
padding: 14px 10px 14px 10px;
list-style: none;
}
.box li {
margin: 0 0 6px;
padding: 0;
}
/*@ box -- indestructible container / class -->
/* Indestrucible box */
.container {
float: left;
margin: 20px 0;
padding: 0;
color: #666;
background: url(lib-present-style-bullet-chapter5-img-rounded-right.gif) top right no-repeat;
}
description / class
.desc {
margin: 0;
padding: 9px 9px 0 9px;
background: url(lib-present-style-bullet-chapter5-img-rounded-left.gif) top left no-repeat;
}
link / class
.link {
margin: 0;
padding: 0 0 0 9px;
background: url(lib-present-style-bullet-chapter5-img-rounded-left.gif) bottom left no-repeat;
}
link / em
.link em {
display: block;
padding: 0 9px 9px 0;
font-style: normal;
background: url(lib-present-style-bullet-chapter5-img-rounded-right.gif) bottom right no-repeat;
}
body / box
<body>
<div class="box">
<h3>Gifts and Special Offers</h3>
<ul>
<li><a href="/purchase/">Purchase Gift Subscription</a></li>
<li><a href="/redeem/">Redeem Gift Subscription</a></li>
<li><a href="/view/">View Purchase History</a></li>
</ul>
</div>
container
<div class="container">
<p class="desc">This box is:</p>
<p class="link"><em><a href="/browsers/firefox/" class="firefox">Indestructible!</a></em></p>
</div>
</body>
</html>