Posts by Marcus Assis • 11 points
1 post
-
1
votes3
answers31765
viewsA: How do I place a background in a container in Bootstrap?
try it: background-image: url("caminho da imagem"); background-repeat: no-repeat; background-size: cover;
1 post
1
votes3
answers31765
viewstry it: background-image: url("caminho da imagem"); background-repeat: no-repeat; background-size: cover;