Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="author" content="Mein Name">
- <meta http-equiv="cache-control" content="no-cache">
- <title>Website</title>
- <style type="text/css">
- @import "normalize.css";
- @import "styles.css";
- </style>
- <link href="img/ico.png" rel="SHORTCUT ICON" type="image/ico">
- </head>
- <body>
- <div style="width:1280px;margin:0px auto;text-align:left;box-shadow: 0px 0px 15px 10px #888;border:solid 5px;">
- <div id="head"><div><h1 style="font-size:300%; font-family: arial">Ich bin eine Überschrift</h1></div></div>
- <div id="nav"></div>
- <div id="content">
- <div style="background-color:#FFF; width:1500px;margin:left;">Content</div>
- </div>
- <div id="footer"><hr id="footerLine"/>
- <div id="footerLeft">Ich bin ein linker Link!</div>
- <div id="footerRight">Ich bin ein rechter Link!</div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement