Jump to content

Eksentrisk

Members
  • Posts

    2
  • Joined

  • Last visited

Eksentrisk's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. You probably forgot to close it.
  2. Hi. When I'm resizing the browser-window, all my objects moves....How can I avoid this? Here's the code: [/font][/color]<!DOCTYPE html><html lang="en"><head><title>Example Title</title><style type="text/css"> #wrapper{ margin:100px; margin-top:20px; } #banner{ border:solid 1px black; padding: 20px; text-align:center; } #content{ margin-top:20px; border:solid 1px black; text-align:center; } #footer{ border:solid 1px black; text-align:center; margin-top:20px; }</style></head><body><div id="wrapper"><div id="banner"><h2>Banner</h2></div> <div id="content"> <p> This is just some random text, this is just some random text, this is just some random text. This is just some random text, this is just some random text, this is just some random text. This is just some random text, this is just some random text, this is just some random text. This is just some random text, this is just some random text, this is just some random text. This is just some random text, this is just some random text, this is just some random text. This is just some random text, this is just some random text, this is just some random text. This is just some random text, this is just some random text, this is just some random text. This is just some random text, this is just some random text, this is just some random text. This is just some random text, this is just some random text, this is just some random text. </p> </div> <div id="footer"> <h2>Footer</h2> </div></div></body></html>
×
×
  • Create New...