Posts by Michael Gabenna • 11 points
2 posts
-
0
votes2
answers25
viewsA: Centering ul in a strange way
maybe, try to put a display block in the div: ul.listTopo, ul.listRegisters margin-left: auto; margin-right:auto;
-
1
votes5
answers20277
viewsA: How do I use @import in a CSS file?
Using in Joomla this model. /*comment pode vir antes */ @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"); Recalling that the @import is the first line…