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


You need to login to view comments.