matheusmurta
10/3/2019 - 6:24 PM

CSS Image background properties

CSS Image background properties

background-image: url("https://i.ibb.co/xzX2tDH/image.png");
background-position: center; 
background-repeat: no-repeat; 
background-size: cover;