以下是一个简单的优惠券网站模板,可以根据需要进行修改:
HTML代码:
```
t
优惠券网站模板t
t
t
t
tt优惠券网站模板
tt优惠券网站模板
tt
tt
tt
ttt产品介绍
ttt这里是产品介绍,包括产品一、二、三等。
tt
tt
tt
tt
ttt联系我们
ttt这里是联系我们,包括我们的联系方式、公司地址等。
tt
tt
```
CSS代码:
```
* {
tbox-sizing: border-box;
}
body {
tfont-family: Arial, sans-serif;
tmargin: 0;
tpadding: 0;
}
header {
tbackground-color: #1C2331;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
main {
tdisplay: flex;
tflex-direction: column;
}
section {
tmargin: 20px;
}
h2 {
tmargin-bottom: 10px;
}
ul {
tlist-style: none;
}
li {
tmargin-bottom: 10px;
}
a {
tcolor: #fff;
ttext-decoration: none;
}
a:hover {
tcolor: #1C2331;
}
nav ul {
tmargin-bottom: 20px;
}
nav li {
tmargin-bottom: 0;
}
nav a {
tcolor: #1C2331;
}
footer {
ttext-align: center;
tpadding: 20px;
tbackground-color: #1C2331;
}
```