Screen:

(treść została zamazana)
Oto kod:
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang='pl' xml:lang='pl' xmlns='http://www.w3.org/1999/xhtml'> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div id="content"> <div id="content_1"> asd </div> <div id="content_2"> asd </div> <div id="content_3"> O nas </div> <div id="content_4"> asd </div> <div id="content_3"> asd </div> <div id="content_4"> </div> <div id="content_3"> asd </div> <div id="content_4"> asd </div> </div> </body> </html>
Style:
* { margin: 0px; padding: 0px; } html { text-align: justify; font-family: Verdana; font-size: 12px; color: #676767; } body { width: 800px; margin-left: auto; margin-right: auto; margin-top: 15px; } img { border: 0px; } a:link { color: #676767; text-decoration: none; } a:visited { color: #676767; text-decoration: none; } a:hover { color: #000000; text-decoration: none; } a:active { color: #676767; text-decoration: none; } #content { text-align: center; border: 1px solid #000000; } #content_1 { background-color: #f0f0ff; text-align: right; border-bottom: 1px solid #000000; font-weight: bold; } #content_2 { background-color: #9999cc; text-align: left; border: 1px solid #000000; margin: 10px; padding: 10px; font-size: 20px; font-weight: bold; color: #FFFFFF; } #content_3 { background-color: #f0f0ff; border: 1px solid #000000; margin: 10px; font-weight: bold; } #content_4 { border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; margin: -10px 10px 10px 10px; padding: 10px; line-height: 22px; } #footer { font-size: 10px; margin: 5px; }