美食网页制作代码
```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 0;
backgroundcolor: f9f9f9;
}
header {
backgroundcolor: 333;
color: fff;
padding: 10px 0;
textalign: center;
}
nav {
backgroundcolor: 666;
color: fff;
textalign: center;
padding: 10px 0;
}
nav a {
textdecoration: none;
color: fff;
margin: 0 10px;
}
nav a:hover {
textdecoration: underline;
}
section {
padding: 20px;
margin: 20px;
backgroundcolor: fff;
borderradius: 10px;
}
footer {
backgroundcolor: 333;
color: fff;
textalign: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;
}
Delicious Recipes
Here are some tasty appetizers:
- Bruschetta
- Spinach and Artichoke Dip
- Stuffed Mushrooms
Here are some delicious main courses:
- Spaghetti Carbonara
- Grilled Salmon
- Chicken Parmesan
Here are some mouthwatering desserts:
- Chocolate Cake
- Apple Pie
- Ice Cream Sundae
Here are some refreshing drinks:
- Mojito
- Strawberry Smoothie
- Iced Tea
© 2024 Delicious Recipes