/ Published in: CSS
absolute positioned element with margin auto
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.divtagABS{ width:300px; positon:absolute; left:0; right:0; margin:0 auto; }