以下是一个简单的甜品网站设计模板,您可以根据自己的需要进行修改和定制。
**首页**
在首页,您可以看到当前日期、最新发布的甜品列表、分类和标签等元素。
```html
t
甜品网站t
t
t
t
t
```
**style.css**
在这个样式表中,您可以修改颜色、字体、布局等元素。
```css
body {
tbackground-color: #f2f2f2;
tfont-family: Arial, sans-serif;
}
.container {
tmax-width: 800px;
tmargin: 0 auto;
tpadding: 20px;
tbackground-color: #fff;
tborder-radius: 5px;
}
.header {
tbackground-color: #1a1a1a;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
.nav {
tbackground-color: #1a1a1a;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
.nav ul {
tlist-style-type: none;
tmargin: 0;
tpadding: 0;
}
.nav li {
tdisplay: inline-block;
tmargin-right: 20px;
}
.nav a {
tcolor: #fff;
ttext-decoration: none;
}
.main content {
tmargin-top: 20px;
}
h2 {
ttext-align: center;
tmargin-bottom: 20px;
}
h1 {
tmargin-bottom: 40px;
}
.footer {
ttext-align: center;
tpadding: 20px;
tbackground-color: #1a1a1a;
tcolor: #fff;
}
```