Posts by João • 21 points
3 posts
-
0
votes2
answers3856
viewsA: How to put icon next to text?
Just insert the image into the html inside the paragraph <p><img></p>, and adjust the image size: img{ width:15px; margin-right:5px; } <p><img…
-
0
votes1
answer479
viewsA: Insert image at the bottom of the site
Just do it like this in css: body{ background-image: url('../img/fundo.jpg');/*Aqui você coloca o link da sua imagem*/ background-size: 100% 100%; background-repeat: no-repeat; backgrpund-position:…
-
0
votes2
answers299
viewsQ: Tips for plan page and how to fix error: Uncaught Typeerror: Cannot read Property 'scrollHeight' of Undefined
Good morning, everyone! I’m trying to make a page of plans: https://codepen.io/jkarlos96/pen/KRjrKV I’m just having trouble with the scroll effect. You can see that only with club plans it works and…