Answers for "how to make ackground image smaller"

CSS
0

make backgrond image smaller

/*The cover value specifies that the background image should be sized
so that it is as small as possible while ensuring that both dimensions
are greater than or equal to the corresponding size of the container.*/

background-size: cover;
Posted by: Guest on March-09-2021

Code answers related to "how to make ackground image smaller"

Browse Popular Code Answers by Language