
index.hmtl
<?xml version="1.0" encoding="iso-8859-2"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl"> <head> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2" /> <LINK REL="STYLESHEET" HREF="style/arkusz.css" TYPE="text/css"> </head> <body> <div id="cialo"> <div id="nawigacja"> </div> <div style="background-image: url(images/srodek.jpg); height: 350px; padding-left: 30px"> <div id="tresc"> </div> <div id="menu"> </div> <div id="reklama"> </div> </div> </div> </body> </html>
CSS
body { background-color: #1c1c1c; margin: 50 0 50 0; padding: 0; text-align:center; font: white; } img { outline: none; border: none; } div { margin: 0px; padding: 0px; } #nawigacja { width: 944px; } #naw { float: left; } #tresc { width: 401px; margin-right: 15px; float: left; } #menu { width: 244px; float: left; } #reklama { width: 232px; float: left; } #nawigacja { width: 942px; } #cialo { width: 944px; margin: auto; }