A simple HTML-based recipe website showcasing delicious recipes with detailed ingredients and cooking instructions.
This project is a collection of recipe pages built with HTML and CSS. It features a main landing page that links to individual recipe pages, each containing ingredients and step-by-step cooking instructions.
- Burger - A classic cheeseburger recipe with caramelized onions and perfectly melted cheese
- Spaghetti - A delicious pasta dish (more details coming soon)
- Steak - A premium steak recipe (more details coming soon)
recipe/
βββ index.html # Main landing page with recipe links
βββ README.md # This file
βββ food/
β βββ burger.html # Burger recipe page
β βββ spaghetti.html # Spaghetti recipe page
β βββ steak.html # Steak recipe page
β βββ style.css # Shared styling for recipe pages
- Clone or download this repository
- Open
index.htmlin your web browser - Click on any recipe to view the full details
Each recipe page includes:
- Recipe title and appetizing food image
- Complete ingredients list with descriptions
- Step-by-step cooking instructions
- Professional styling with CSS
This project is part of The Odin Project curriculum, focusing on HTML and CSS fundamentals.