A responsive and modern website built with HTML & CSS, showcasing a food and beverage business with elegant animations and transitions.
- Responsive design that works on all devices
- Modern UI with smooth transitions and animations
- Interactive elements with hover effects
- Clean and organized code structure
- Cross-browser compatible
- HTML5
- CSS3
- AOS (Animate On Scroll) library
- Modern CSS features (Flexbox, Grid, Variables)
project_html_css_website-main/
├── assets/ # Images and SVG files
├── css/
│ ├── sections/ # Section-specific styles
│ │ ├── about.css
│ │ ├── hero.css
│ │ └── trending.css
│ └── style.css # Main stylesheet
└── index.html # Main HTML file
- Clone the repository:
git clone https://github.com/YEsh-DEV/Hunger.git- Open the project:
cd Hunger
code . # If using VS Code- View the website:
- Open
index.htmlin your browser - Or use a live server extension in VS Code
- Open
- Hero Section: Engaging landing section with animated elements
- About Section: Information about the business with interactive images
- Trending Section: Showcase of popular food and beverage items
- Interactive Elements:
- Hover effects on buttons
- Smooth transitions on images
- Scroll animations
The website is fully responsive with breakpoints for:
- Mobile devices (< 768px)
- Tablets (768px - 1024px)
- Desktop (> 1024px)
- CSS Variables for consistent theming
- Flexbox for layouts
- Transitions and transforms
- Media queries for responsiveness
- CSS animations
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit changes (
git commit -m 'Add some AmazingFeature') - Push to branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub: @YEsh-DEV
- Design inspiration from modern food websites
- Icons from assets directory
- AOS library for scroll animations