家乡网站模板英语-家乡网站制作模板

哆啦Ai流程自动化2023-05-11 18:07 819 浏览
点赞71收藏

Sure, here's a template for a website for your hometown:
HTML:
```



tHometown Website
t
t
t


t


tt

Hometown Website


t

t
t

tt

ttt

About Our town


ttt

Welcome to the website of our hometown! Here you can find out more about our community, including its history, culture, and most importantly, its people.


tt

tt

ttt

Services


ttt
tt

tt

ttt

Products


ttt
tt

tt

ttt

Contact


ttt

tttt
tttt
tttt
tttt
tttt
tttt
tttt
tttt
tttt
ttt

tt

t



```
CSS:
```
body {
tbackground-color: #f2f2f2;
}
header {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
nav ul {
tlist-style-type: none;
tmargin: 0;
}
nav li {
tdisplay: inline-block;
tmargin-right: 10px;
}
main > section {
tdisplay: flex;
tflex-direction: column;
}
main h2 {
tmargin-bottom: 20px;
}
main > section > h2 {
tmargin-bottom: 10px;
}
form label {
tdisplay: block;
tmargin-bottom: 10px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], formtextarea {
tpadding: 10px;
tmargin-bottom: 20px;
tborder: none;
tborder-radius: 5px;
tbox-sizing: border-box;
}
form input[type="submit"] {
tbackground-color: #4CAF50;
tcolor: #fff;
tpadding: 10px 20px;
tborder: none;
tborder-radius: 5px;
tcursor: pointer;
}
```
This is a basic template for a website, you can add more features and customize it according to your needs.