2
I’d like to get every piece of my website glued to each other, each in a different color. But I can’t get rid of the blank space that stays between the Ivs. I tried to remove the code space and apply font-size:0 (tips I saw on the internet) but it did not help. The two Ivs of different background colors should be attached to each other, here: https://jsfiddle.net/9byzo8cu/
The H2 tag and the "text" class are with set margins, so the white space between the Divs. Give an organized there in your style sheet. Example with pasted Divs: https://jsfiddle.net/9byzo8cu/3/
– user41722
Thank you. I thought that because <H2> was inside the div "fundo1", only the styles of this div mattered !
– Gabriel Ozzy
H2 has this margin by default, you need to override the values or simply put a reset at the beginning of your css.
– user41722
Thank you @Eduardokawanaka, direct and with valuable information for me ! Thank you =]
– Gabriel Ozzy
Problem-free =)
– user41722