Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.29 KB

File metadata and controls

41 lines (28 loc) · 1.29 KB

Day 13 – Frontend Development (CSS Finishing)

🚀 Today’s Goal: Continue with the Frontend Development Website project we planned in TODO.md. Focus on completing all CSS styling aspects.


✅ What We Did

  • Built HTML structure with divs for each language (HTML, CSS, JS).

  • Added h1 as the main website title.

  • Used h3 headings 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.

🎨 Styling Highlights

  • Each h3 heading 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.

📚 Learnings

  • 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 🎉