Centralizando elemento com position.
Veja como centralizar um elemento na tela, usando position absolute:
.elemento {
margin:0 auto;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}
Written by Fernando Soares
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Related Tags
#css
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#