Posts by Eloá Alves • 11 points
1 post
-
1
votes1
answer76
viewsA: Text always aligned horizontally
You can use hack: /* Hack firefox */ @-moz-document url-prefix() {.selector {color:lime;}} /* Hack Google Chrome */ @media screen and (-webkit-min-device-pixel-ratio:0){.classe{width:246px;} } /*…
cssanswered Eloá Alves 11