🧩 Level: Beginner | Topic: HTML & CSS Basics
💡 Overview
In this project, you’ll create a festive Diwali greeting card that can be viewed in a browser
By the end of this assignment, you’ll learn:
- How to structure a card container with semantic HTML
- How to style elements using CSS: fonts, colors, padding, margins, borders, shadows, and gradients
- How to center the card on the page using Flexbox
- How to create a simple festive layout suitable for sharing online
- Confidence to experiment with CSS for visual design
💡 Design Reference

🧠 Prerequisites
✅ Must Know
- HTML Basics (
<!DOCTYPE html>, <html>, <head>, <body>)
- Headings (
<h1>, <h2>), paragraphs (<p>), <div> containers