Skip to content

Latest commit

 

History

History
155 lines (106 loc) · 3.76 KB

File metadata and controls

155 lines (106 loc) · 3.76 KB

HTML CSS Clean Template

A clean and modern multi-section website template built using only HTML5 and CSS3. Designed for frontend practice, portfolio use, or as a starting point for more advanced projects.


🔍 Preview

Template Screenshot

Live Demo


🚀 Features

  • Fully Responsive - Works perfectly on all devices and screen sizes
  • Clean Code - Semantic HTML5 structure with organized CSS
  • Modern Design - Contemporary layout with smooth animations
  • Multiple Sections - Hero, Services, About, Team, Portfolio, Testimonials, Contact
  • Font Awesome Icons - Professional iconography throughout
  • Cross-Browser Compatible - Consistent experience across all browsers
  • Easy to Customize - Well-structured code for quick modifications
  • No JavaScript - Pure HTML/CSS implementation

🛠️ Built With

  • HTML5 - Semantic markup structure
  • CSS3 - Modern styling with Flexbox and Grid
  • Normalize.css - Cross-browser consistency
  • Font Awesome - Icon library

📁 Project Structure

html-css-clean-template/
├── index.html
├── css/
│   ├── main.css
│   ├── normalize.css
│   └── all.min.css (Font Awesome)
├── imgs/
│   ├── preview.jpg
│   └── (other template images)
├── README.md
└── LICENSE

🔧 Installation & Usage

  1. Clone the repository:

    git clone https://github.com/abdelrahman-samy-dev/html-css-clean-template.git
  2. Navigate to the project folder:

    cd html-css-clean-template
  3. Open index.html in your browser:

    • Double-click the file, or
    • Use Live Server extension in VS Code
  4. Customize as needed:

    • Edit content in index.html
    • Modify styles in css/main.css
    • Replace images in imgs/ folder

📱 Responsive Breakpoints

  • Mobile: 320px - 767px
  • Tablet: 768px - 991px
  • Desktop: 992px and above

🎨 Sections Included

  • Header - Navigation with logo and menu
  • Hero - Eye-catching banner with call-to-action
  • Services - Feature highlights with icons
  • About - Company/personal information
  • Portfolio - Project showcase gallery
  • Team - Team member profiles
  • Testimonials - Client reviews and feedback
  • Contact - Contact form and information
  • Footer - Links and social media

🌟 Customization Tips

  • Colors: Modify CSS custom properties in :root selector
  • Fonts: Update font imports and font-family declarations
  • Layout: Adjust Flexbox and Grid properties for different layouts
  • Images: Replace placeholder images with your own content
  • Content: Update text content directly in HTML

📸 Screenshots

Desktop View

Desktop Screenshot

Mobile View

Mobile Screenshot


🤝 Contributing

Contributions are welcome! Feel free to:

  • Report bugs
  • Suggest new features
  • Submit pull requests

👨‍💻 Author

Abdelrahman Samy Ali
Frontend Developer | HTML, CSS, JavaScript, Bootstrap, Angular


📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to use and modify it for personal or commercial projects.


🙏 Acknowledgments

  • Font Awesome for the beautiful icons
  • Normalize.css for cross-browser consistency
  • All the developers who inspire clean, semantic code

⭐ If you found this template helpful, please give it a star!