Welcome to my Landing Page practice project! This project was created to enhance my CSS skills, specifically focusing on the Flexbox layout model. The project is in partial fulfillment of completing The Odin Project.
Feel free to explore the page and see how Flexbox is utilized to create a responsive and visually appealing design.
- Responsive layout using Flexbox.
- Demonstrates various Flexbox properties such as
flex-direction
,justify-content
,align-items
, and more. - Minimalistic design to focus on Flexbox implementation.
- Lightweight and easy to understand HTML and CSS structure.
- CSS uses BEM methodology.
- HTML
- CSS
To get a copy of this project up and running on your local machine, follow these steps:
- Clone the Repository
- Open in a Browser:
- Navigate to the project directory.
- Open the index.html file in your preferred browser.
- Explore and Learn:
- Browse the index.html and style.css files
- Experiment with the HTML and CSS code to understand its structure and how changes impact the website.
Happy coding!