Posts by Júnior Gomes • 31 points
2 posts
-
0
votes1
answer393
viewsA: ERROR : javascript.js:61 Uncaught Typeerror: Cannot read Property 'style' of null
In his second Document.getElementById you are searching for ID but it is actually a class. Change to Document.querySelector(". cadas2") and see if it works.
-
0
votes1
answer51
viewsA: Problem with Column-Gap
Your div that contains the image is inside the one that should be positioned on the left. It should be inside the class. container, but must be sister of the div to which will be next. Follow code…