This repository is a collection of various CSS exercises and experiments. It serves as a playground to practice and master different styling techniques used in modern web development.
- Selectors & Specificity: Understanding how to target HTML elements effectively.
- Box Model: Mastering margin, padding, border, and content sizing.
- Typography: Customizing fonts, line heights, and text alignment for better readability.
- Colors & Gradients: Implementing solid colors, RGBA transparency, and linear/radial gradients.
- Layout Basics: Practicing positioning (absolute, relative) and float properties.
- HTML5: To provide the structural markup for styling.
- CSS3: For implementing all visual styles and layout structures.
- Developing clean and maintainable CSS code.
- Building a strong foundation for advanced frameworks like Tailwind or Bootstrap.
- Ensuring consistent styling across different web elements.
Part of my learning journey at Creative IT Institute.