MDN document: https://developer.mozilla.org.
looking at the document seems to mean writing three attributes directly
.a{
background: url("https://... ...") center cover;
}
but the effect of actually writing it out is not right, so I want to
myself..a{
background: url("...") center;
background-size: cover;
}
has the effect, excuse me, how to write the effect with one line
Thank you. I didn"t read it carefully.