css: the meaning of * mark -


Can you tell me what it means:

  * {margin: 0 Auto; Padding: 0; }    

* everything matches this special snippet < Em> setting the default padding for 0,0,0,0,0 and 0 for the default margin of 0, auto (that is, the vertical margin is 0, horizontal margins are "auto") .


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -