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
Post a Comment