Welcome to CSS-NOTES!
This is a collection of notes all about CSS techniques, packed with practical examples to help me really understand different CSS skills.
Each subfolder dives into a specific CSS topic, providing notes and example code that make the process hands-on and straightforward.
This section covers 3 different ways to hide HTML elements, focusing on display: none, opacity: 0, and visibility: hidden.