Posts by romao • 1 point
2 posts
-
-2
votes2
answers60
viewsQ: how to enable and disable an onclick function in javascript
<div onclick="theme()" class="theme"> <img id ="theme"src="elements/dark.svg"/> </div>``` ______________________________________________ let bodydark =…
-
-2
votes2
answers52
viewsQ: Trying to place the images next to each other with the display; flex
<section class="flex"> <div><img src="fotocurriculum/moletom.jpg" alt="moletom"> Moletom Branco</div> <div><img src="fotocurriculum/moletom.jpg" alt="moletom">…