<html>
<head>
<title></title>
<style type="text/css">
body {
background:grey url("path/to/background");
font:11px Verdana;
margin:0;
padding:0;
}
#content-container {
width:440px;
margin:25px auto;
padding:0 5px;
}
#content {
overflow:hidden;
}
#content-contaner #content a {
background:url("path/to/logo");
width: px;
height: px;
float:left;
}
#content-container #content .box {
background:#FFF;
margin:0 0 5px 0;
border:1px solid #CCC;
border-bottom-width:2px;
border-radius:4px;
}
#content-container #content .box .header {
background:red;
height:25px;
line-height:25px;
margin:4px;
text-indent:5px;
color:#FFF;
font-weight:bold;
border-radius:3px;
}
#content-container #content .box p {
margin:4px;
padding:0;
}
</style>
</head>
<body>
<div id="content-container">
<div id="content">
<a href="index.html"></a>
<div class="box">
<div class="header">
</div>
<p>
</p>
</div>
</div>
</div>
</body>
</html>
HTML:<html> <head> <title></title> <style type="text/css"> body { background:grey url("path/to/background"); font:11px Verdana; margin:0; padding:0; } #content-container { width:440px; margin:25px auto; padding:0 5px; } #content { overflow:hidden; } #content-contaner #content a { background:url("path/to/logo"); width: px; height: px; float:left; } #content-container #content .box { background:#FFF; margin:0 0 5px 0; border:1px solid #CCC; border-bottom-width:2px; border-radius:4px; } #content-container #content .box .header { background:red; height:25px; line-height:25px; margin:4px; text-indent:5px; color:#FFF; font-weight:bold; border-radius:3px; } #content-container #content .box p { margin:4px; padding:0; } </style> </head> <body> <div id="content-container"> <div id="content"> <a href="index.html"></a> <div class="box"> <div class="header"> </div> <p> </p> </div> </div> </div> </body> </html>
Just written that up, probably need a few minor edits, but that's the gist of it for your screenshot. You should ask yourself, does it look similar?
Eh?.. I've neva ripped it if thats what your saying!Hi, it seems your using most of my CSS code, but looks nice.
Eh?.. I've neva ripped it if thats what your saying!
Urh, I only used your colours tbh. But still thanks.No, I sent you my CSS on how you do boxes.