correio25 Posted May 1, 2015 at 04:07 PM Report Share #582290 Posted May 1, 2015 at 04:07 PM (edited) Boa tarde, O texto do hiperlink fica em duas linhas e para centrar verticalmente só consegui com o display: table-cell e o vertical-align: middle. Como poderei fazê-lo sem o table-cell? <li><a href="">Link Centrado</a></li> a { background-color: yellowgreen; height: 80px; width: 80px; display: table-cell; vertical-align: middle; text-align: center; } Edited May 1, 2015 at 09:04 PM by apocsantos tag code + geshi Link to comment Share on other sites More sharing options...
help Posted May 3, 2015 at 03:27 PM Report Share #582369 Posted May 3, 2015 at 03:27 PM Quanto a duas linhas, você tem que aumentar o tamanho do width, 120px por exemplo. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now