Posts by sadrak • 1 point
3 posts
-
-1
votes2
answers63
viewsA: Error setting a background to a label and placing an image above the background of the label
Thanks to everyone who tried to help me in the answers, I asked the question the wrong way, now edited to be clearer. With @hugocsl explanation, I was testing in my code and I realized that I was…
-
-4
votes2
answers63
viewsQ: Error setting a background to a label and placing an image above the background of the label
//html <label class="home-header icon-menu"> <img src="arquivos/menu.svg"> </label> //css .icon-menu { position: relative; top: 0.5cm; left: 0.39cm; cursor: pointer; background:…
-
0
votes1
answer69
viewsQ: In the menu a li does not occupy the whole area of ul. Cut a piece at the beginning of the menu
/* Configurações Globais Inicio */ html, body { box-sizing: border-box; margin: 0px; padding:…