Posts by user218331 • 1 point
2 posts
-
-4
votes2
answers60
viewsQ: How do I turn a site that is already ready into responsive? In the two codes below is just a page of the site to take as an example
* { margin: 0; padding: 0; } body { background-image: url("imagens/imgfundo.jpg"); background-attachment: fixed; width:…
-
0
votes1
answer36
viewsQ: How can I make the last two boxes move to the right without changing at all the content within them?
[![ CÓDIGO CSS: * { margin: 0; padding: 0; } body { background-image: url("imagens/imgfundo.jpg"); background-attachment: fixed; width: 100%; } header { width: 100%; background-color: rgb(202, 212,…