Posts by Carlos Maia • 55 points
3 posts
-
2
votes1
answer227
viewsQ: How to have the same margin for all lines of text:
I want to leave my text with the same margin that is being used in the tag <b> <head> <meta charset="UTF-8"/> <title>Harley Davidson</title> <style> div#interface…
-
2
votes2
answers7394
viewsQ: How to change color of css header only
How do I change only the header color and not the entire body of the site? I’ve tried putting background: #fff; but it doesn’t work. I tried this, but to no avail: <header class="header">…
-
0
votes2
answers2930
viewsQ: Center caption of a figcaption image
I can’t center the image caption relative to the image. I’ve tried with text-align: center; but it didn’t work. Follow the code: <figure class="foto-legenda1"> <img…