Is {background:0;} valid CSS? -
Is {background:0;} valid CSS? -
i understand background
shorthand property - value 0
of properties , valid css?
selector {background:0;}
background:0
valid css , gets compiled into:
background-image: initial; background-position-x: 0px; background-position-y: 50%; background-size: initial; background-repeat-x: initial; background-repeat-y: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial;
css background shorthand
Comments
Post a Comment