+ 1
It works ?
*{ background:red; } and *{ background-color:red; } are the same command ? Both work to me. Is it a problem ?
3 Respuestas
+ 3
This is intended. The background property is a shortcut for background-color and several others.
+ 1
thanks :)
0
background: red is for html used in pass
Backgroud-color:red; is new
both will work but need to use the last one.