Answers for "how to scale background to div css"

CSS
1

how to scale a bg image acc to size of div

/* One way */
background-size: cover;

/* Other option */
background-size: contain;
Posted by: Guest on July-31-2020
0

resize background image to size of div

background-size: 300px 150px;
Posted by: Guest on October-01-2021

Code answers related to "how to scale background to div css"

Browse Popular Code Answers by Language