Centrare Elemento orizzontale e verticale


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

margin-top è la meta dell'altezza / margin-left è la metà della larghezza


Copy this code and paste it in your HTML
  1. height:685px;
  2. left:50%;
  3. margin-left:-400px;
  4. margin-top:-344px;
  5. position:absolute;
  6. top:50%;
  7. width:800px;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.