Posts by Willian Werlang • 21 points
1 post
-
2
votes4
answers959
viewsA: How to do a background cover on a separate div?
Instead of putting a tag inside the #right, try applying the background by CSS. #direita { background-image = url(fundo.jpg); background-size = cover; background-repeat = no-repeat; }…