https://codepen.io/spookyskelleton/pen/ZdbQpV
I dont understand why my whole page is clickable.
Can someone please help? thankyou
https://codepen.io/spookyskelleton/pen/ZdbQpV
I dont understand why my whole page is clickable.
Can someone please help? thankyou
It happens if you don’t close your a
elements
Also I suggest you use the Analyze HTML
feature provided by codepen - just use the arrow in the upper right corner of the html box to reach it
edit: you are missing A LOT of closing tags - remember that most elements have an opening and closing tag and you should always include both
aa i see thankyou !
yeah i have allot of practising to do p;