Div richtig zentrieren


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #test {
  2. height: 100%;
  3. margin: 0 auto;
  4. position: relative;
  5. width: 910px;
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.