+ 1
CSS
Please what’s the difference between margin: auto 0; And Margin: 0 auto;
1 Resposta
+ 4
auto 0 >> will set auto ( top and bottom ) and 0 ( left and right )
0 auto >> will set 0 ( top and bottom ) and auto ( left and right ) #This also centers a block level element if width is specified