This repository contains App 1 built while learning CSS from the YouTube course
“The Only CSS Course You Need to Master CSS | Learn By Building Apps” by EdRoh.
The project focuses on strengthening core HTML & CSS fundamentals through hands-on practice by building a real web interface.
🔗 Course link: [https://youtu.be/0hrJGWrCux0]
This is a learning-based project created by following a structured CSS tutorial.
From the full course, only App 1 is implemented here as part of my practice and revision.
The aim was to understand how CSS properties behave in real layouts rather than just memorising syntax.
- CSS selectors (element, class, ID)
- Fonts and typography (font-family, size, weight)
- Colour systems (HEX, RGB, RGBA)
- CSS Box Model (margin, border, padding, content)
- Layout fundamentals
- Clean HTML structure with external CSS
- Well-structured HTML
- Clean and readable CSS
- Proper box-model usage
- Beginner-friendly codebase
Special thanks to EdRoh for creating such a clear, practical, and beginner-friendly CSS course.
The learn-by-building approach made complex CSS concepts much easier to understand and apply in real projects.
This project would not have been possible without his structured guidance and high-quality teaching.