DW运用HTML+CSS建网站(2)成品




CompanyName - PageName
 

 





About

Enlighten Designs is an Internet solutions provider that specialises in front and back end development. To view some of the web sites we have created view our portfolio.

We are currently undergoing a 'face lift', so if you have any questions or would like more information about the services we provide please feel free to contact us.

Contact Us

Phone: (07) 853 6060
Fax: (07) 853 6060
Email: [email protected]
P.O Box: 14159, Hamilton, New Zealand

More contact information…

@charset "utf-8";
/* CSS Document */

body {font-family: Arial, Helvetica, Verdana, Sans-serif;font-size: 12px;color: #666666;background: #ffffff;} 

#page-container {
width: 760px;

margin:auto;
}
html, body {
margin: 0;
padding: 0;
}
#main-nav li { 
padding: 10px 10px 10px 80px;
list-style: none; 
font-size: 22px;
float: left; }

#header {

height: 150px;
background: url(images/%E8%84%9A%E9%83%A8.jpg);
}
h1 {margin: 0;padding: 0;} 

#sidebar-a {
float: right;
width: 280px;
line-height: 18px;
}

#sidebar-a .padding {
padding: 25px;
}


#content {
margin-right: 280px;
line-height: 18px;
} 


#content .padding {
padding: 25px;
} 

#content h2 {
margin: 0;
padding: 0;
padding-bottom: 15px;
}
#content p {
margin: 0;
padding: 0;
padding-bottom: 15px;
} 




#footer {
clear: both;
height: 66px;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 10px;
color: #c9c9c9;
border-top: 1px solid #efefef;
padding: 13px 25px;
line-height: 18px;

} 

#footer #altnav {width: 350px;float: right;text-align: right;} 

#footer a {
color: #CF6;
text-decoration: none;
} 
#footer a:hover {color: #db6d16;} 

.hidden {display: none;}
h1 {margin: 0;padding: 0;float: right;margin-top: 57px;padding-right: 31px;} 

下面是成品:
DW运用HTML+CSS建网站(2)成品_第1张图片

 

你可能感兴趣的:(前端,html,css,xhtml)