Published in: CSS
/* 白底黑字的code */ code { background:#000000 none repeat scroll 0%; color:#FFFFFF; display:block; font-family:"Lucida Console","Courier New",Courier,monospace; font-size:1em; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; padding:0.5em; } /* 标题变色 */ #header a:hover {color: darkred;} /* 加宽 */ #header {width:1100px;} #menu {width:1100px;} #main {width:1100px;} #content {width:840px;} #footer {width:1100px;}
You need to login to post a comment.
