This project was created as a part of self-study to learn and practice HTML and CSS. It demonstrates the basic structures and styling techniques applied in web design.
This project was developed by Lighting1427 to explore and understand the core concepts of:
- HTML structuring
- CSS styling and layouts
- Tagging and navigation systems
It serves as a personal hands-on experiment for growth in front-end development.
- Simple HTML structure: Includes navigation, headers, and article sections.
- CSS Styling: Focuses on styling techniques such as hover effects, tag design, and responsive layouts.
- Integration: Implements favicon, icons, and basic page transitions.
- Learning-focused: Built with the purpose of experimenting and practicing.
project-root/
│
├── index.html # Main home page
├── explore.html # Explore page
├── article1.html # Sample article page
├── style.css # Main CSS file
├── explore.css # CSS for explore page
├── article1.css # CSS for article page
├── homeicon.png # Home icon
This project is a learning tool for the author, designed to:
- Practice HTML and CSS fundamentals
- Experiment with styling and layouts
- Build an understanding of how web components work together
- Clone this repository:
git clone https://github.com/Lighting1427/learning-html-css.git
- Open
index.html
in a web browser to view the project.
- Author: Lighting1427
- This project is a personal experiment and open for feedback.
This project is open-source and available for anyone to learn from or contribute to.