Quantcast
Channel: Tópicos
Viewing all articles
Browse latest Browse all 14700

Texto de hiperlink

$
0
0
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?

Código (CSS):
<li><a href="">Link Centrado</a></li>

a {
        background-color: yellowgreen;
        height: 80px;
        width: 80px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
}

Viewing all articles
Browse latest Browse all 14700