sanjar-notes / web_dev_fundamentals

The basics - HTML, CSS, Javascript and more
https://sanjar-notes.github.io/web_dev_fundamentals/
3 stars 0 forks source link

gotcha and intent behind - hidden, visiblity-hidden, display-none #101

Open sanjarcode opened 10 months ago

sanjarcode commented 10 months ago

Gotcha about hidden. Need to add [hidden] { display: none; } in CSS for "toggle" code to work