how did you make it so that when you click on an image an element appears? I think thats really cool. Is there anywhere i can read to learn how to do it myself?
i'm not lostlove but you can make your element not appear by default by using "display: none;" and then on the element you want to click put onclick="{document.getElementById('urelementid').style.display = 'block';}" :3
i'm not lostlove but you can make your element not appear by default by using "display: none;" and then on the element you want to click put onclick="{document.getElementById('urelementid').style.display = 'block';}" :3
okay thank you!! ^^