以下是一个简单的手机告白网站模板,可以根据自己的需要进行修改和定制:
HTML代码:
```html
t
t
手机告白t
t
tt
tt
ttt
亲爱的你,我想对你说...
ttt
我一直在想,如果我可以亲手为你做些什么,那该有多美好。所以,我决定给你一份特别的礼物,表达我对你的爱。
ttt
tttt
ttt
tt
t
```
CSS样式:
```css
body {
tfont-family: Arial, sans-serif;
tbackground-color: #f2f2f2;
}
.container {
tmax-width: 500px;
tmargin: 0 auto;
tpadding: 20px;
tbackground-color: #fff;
tbox-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.heart {
twidth: 100px;
theight: 100px;
tbackground-color: #fff;
tborder-radius: 50%;
tmargin: 0 auto;
ttext-align: center;
tfont-size: 16px;
tfont-weight: bold;
tcolor: #333;
ttext-shadow: 2px 2px #333;
}
.message {
twidth: 500px;
tmargin: 0 auto;
tpadding: 20px;
tbackground-color: #fff;
tbox-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.button {
twidth: 100px;
theight: 100px;
tbackground-color: #333;
tborder-radius: 50%;
tpadding: 10px 20px;
tcolor: #fff;
tcursor: pointer;
tfont-size: 16px;
}
.button:hover {
tbackground-color: #ddd;
}
```