Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.21 KB

File metadata and controls

26 lines (20 loc) · 1.21 KB

Bangladesh Flag Representation

📌 Overview

This project visually represents the Bangladesh national flag using HTML & CSS. It consists of a green background symbolizing the lush greenery of Bangladesh and a red circle representing the blood of those who fought for the country's independence. The project utilizes modern CSS techniques to ensure responsiveness and accurate flag dimensions.

🔧 Technologies Used

  • HTML → Defines the flag's structure using simple div elements.
  • CSS → Uses Flexbox, border-radius, and vh/vw units for correct flag proportions.

🚀 Key Features

  1. Accurate Flag Design 🏴

    • Precisely represents the Bangladesh flag colors (green and red).
    • Uses CSS Flexbox for proper alignment.
  2. Fully Responsive Layout 📲

    • Scales beautifully across different screen sizes (vh/vw units).
    • Ensures centered positioning on all devices.
  3. Modern Styling & Optimization 🎨

    • Implemented border-radius for a perfect red circle.
    • Clean structure for easy modifications.

🏁 How to Use

  1. Clone the repository using:
    git clone https://github.com/yourusername/Bangladesh-Flag.git