Witam staram się zrobić stronę internetową podobną do piriform.com jednak tylko mocno się na niej wzoruję. Nie jestem grafikiem ale staram się o coś takiego:
<!DOCTYPE HTML> <html lang="pl"> <head> <meta charset="utf-8"/> <title></title> <meta name="description" content=""/> <meta name="keywords" content=""/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <header> <h1>UPower</h1> </header> <nav> <ol> <li><a href=""><img src="grafika\magazyn.ico" width="16" height="16"/></a></li> <li><a href=""></a></li> </ol> </nav> <article> <section> <p></p> <p></p> <p></p> </section> <section> <p></p> <p></p> <p></p> </section> <section> <p></p> </section> <div style="clear:both"></div> </article> <footer> </footer> </body> </html>
body { margin: 0px; background-color: #EEE; width: auto; height: auto; } header { text-align: center; } nav { width: 150px; float: left; } article { float: left; } section { float: left; } footer { clear:both; } h1 { }