Answers for "decrease the size of background image"

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 "decrease the size of background image"

Browse Popular Code Answers by Language