For example in the property declaration below there is already a center
value. Why add center/cover
and not just cover
to the background
property?
background: url('../img/bg.jpg') no-repeat center center/cover;
For example in the property declaration below there is already a center
value. Why add center/cover
and not just cover
to the background
property?
background: url('../img/bg.jpg') no-repeat center center/cover;