🚀 Today’s Goal:
Continue with the Frontend Development Website project we planned in TODO.md. Focus on completing all CSS styling aspects.
-
Built HTML structure with
divs for each language (HTML, CSS, JS). -
Added
h1as the main website title. -
Used
h3headings for each language section. -
Inserted images (
html.jpeg,css.png,js.png) to represent each language. -
Wrote paragraphs explaining each language.
-
Applied 15+ CSS properties:
color,background-color,font-size,margin,padding,border,border-radius,box-shadow,width,height,display,flex,align-items,justify-content,text-align,line-height,letter-spacing,font-family, etc.
- Each
h3heading styled with unique colors for easy differentiation. - Website made modular and neat for readability.
- Added emojis (🔥, 🎨, 💻) to make it engaging.
- Ensured responsive layout with proper spacing and flexbox.
- How to structure CSS cleanly for modular projects.
- Importance of consistent design rules.
- How different CSS properties combine to create a polished website.
✅ Day 13 Completed 🎉