Can you tell me what's the meaning of this:
*{ margin:0 auto; padding:0; }
* matches everything. That particular snippet is setting the default padding for everything to 0,0,0,0 and the default margins to 0, auto (that is, vertical margins are 0, horizontal margins are "auto").
*
2.1m questions
2.1m answers
60 comments
57.0k users