Welcome to my practice website! This project was created to explore and practice fundamental web development concepts, including HTML, CSS, and responsive design using media queries.
You can access the deployed website on GitHub Pages by following this link: My Simple Website
This is a basic website developed for learning purposes. It showcases my understanding of HTML, CSS, and responsive web design techniques. The website is designed to adapt to different screen sizes and orientations using media queries and relative units such as vh, vmax, vmin, and vw.
- Responsive design for various screen sizes and orientations.
- Minimalistic and clean user interface.
- Utilizes CSS media queries for responsive behavior.
- Demonstrates the use of relative units (
vh,vmax,vmin,vw) for flexible design.
- Clone or download the repository to your local machine.
- Open the
index.htmlfile in your preferred web browser. - Explore the website to see the responsive design in action.
Feel free to experiment with the code, make modifications, or use this project as a reference for your own web development endeavors.
- HTML
- CSS
- Media queries
- Responsive design concepts
Contributions and feedback are welcome! If you find any issues, have suggestions for improvement, or would like to contribute to this project, please open an issue or submit a pull request.