/ Published in: CSS
Expand |
Embed | Plain Text
body { margin-top: 100px; margin-bottom: 100px; background-color: #ffffff; color: #000000; } #box { background-color : #000000; color : #ffffff; width : 685px; height: 400px; margin-left : auto; margin-right : auto; } .pi { background-color: #000000; color: #ffffff; float: right; } .pic { display: block; margin-left: auto; margin-right: auto; } .contents { background-color: #000000; height:400px; font-family: century gothic, verdana, sans-serif; color: #ffffff; } .menu { background-color: #FFFFFF; color: #000000; margin-top: 20px; font-family: century gothic, verdana, sans-serif; font-size : 14px; } a:link, a:active { color : #000000; text-decoration : none; } a:hover { color : #999999; text-decoration : underline; } a:visited { color : #999999; text-decoration : none; }
You need to login to post a comment.
