<! DOCTYPE html>
<meta charset= "UTF-8" >
<title> Ding Dong net shopping cart </title>
<style type= "Text/css" >
. main{
width:100%;
height:590px;
border:1px solid #000;
Text-decoration:none;
}
. top{
width:100%;
height:52px;
border:1px solid #000;
}
. downmenu{
width:100%;
height:30px;
Font:normal normal 20px "song body";
Color: #fff;
Background-color: #000000;
}
#search {
margin-left:520px;
}
a{
Text-decoration:none;
}
#img1 {
margin-left:330px;
}
#logo {
Font:normal normal 20px "song body";
padding-bottom:5px;
}
#d {
padding-bottom:30px;
margin-left:290px;
}
a:link{
font-size:20px;
Color:aquamarine;
}
a:visited{
Color:darkgray;
}
a:hover{
Color: #FFFFFF;
}
a:active{
Color:cadetblue;
}
. bottom{
Text-align:center;
}
#img5 {
width:100%;
height:80px;
}
#indent {
width:100%;
height:300px;
padding-left:180px;
padding-top:60px;
}
table{
Text-align:center;
Border-collapse:collapse;
}
#tr1 {
Background-color:antiquewhite;
}
#tr2 {
Background-color:aliceblue;
}
#font1 {
margin-left:530px;
Font:italic normal 16px "blackbody";
}
#font2 {
margin-left:770px;
Font:normal normal 16px "blackbody";
}
</style>
Website Shopping Cart Interface (DIV+CSS implementation)