Answers for "div as the size of the background image"

CSS
2

background image height and width

.class{
	background: url("../images/icons/map.png") no-repeat center center/50px 50px fixed;
}
Posted by: Guest on September-29-2020
0

resize background image to size of div

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

Code answers related to "div as the size of the background image"

Browse Popular Code Answers by Language