A simple and responsive landing page created using HTML, CSS, and the power of Flexbox for layout management. This project demonstrates my practice and exploration of Flexbox concepts to build visually appealing and well-structured web designs.
- Responsive Layout: Adjusts seamlessly across various screen sizes.
- Header Section: Includes a logo, navigation links, and a bold title with subtext.
- Illustrations with Descriptions: Displays images alongside descriptive text.
- Call to Action (CTA): A dedicated section encouraging user interaction.
- Footer: Simple and minimalistic footer with copyright information.
To view and test this project locally, you'll need:
- A web browser (e.g., Chrome, Firefox, Edge).
- A code editor (e.g., VS Code, Sublime Text).
git clone https://github.com/2bTwist/Flexbox.git
- Navigate to the project folder:
cd 'Landing Page'
- Open the
index.html
file in your browser to view the page or using VSCode's Live Server Extension.
Landing Page/
├── index.html # Main HTML file
├── style.css # Stylesheet with Flexbox implementation
├── img/ # Folder containing image assets
└──
- HTML5
- CSS3 (Flexbox)
- Google Fonts: Poppins and Roboto
This project was inspired by learning exercises on Flexbox and structured to enhance layout management skills. Special thanks to The Odin Project for guidance and learning materials.
Explore the project here. Contributions and feedback are welcome!