Posts by Will Tc • 11 points
1 post
-
1
votes3
answers682
viewsQ: How to change the properties of a directly imported image in CSS?
Let’s say you set an image as the background of a div as follows: #div { background: #111111 url(../imagens/imagem1.jpg) top center; background-size: cover; How do I change the properties of this…