web个人网站模板:网站模板参考

哆啦Ai流程自动化发布于:2023-05-04 00:24热度:1029 ℃
点赞64收藏

以下是一个基本的HTML和CSS网站模板,你可以根据自己的需要进行修改和定制。
```html



t
tMy Web Page
t


t


tt

My Web Page


t

t

tt

ttt

About Me


ttt

My name is...


ttt

I am a...


ttt

I work at...


tt

tt

ttt

My interests


ttt

    tttt
  • Programming

  • tttt
  • Reading

  • tttt
  • Learning new things

  • ttt

tt

tt

ttt

My website


ttt

Here is my website:


ttthttps://www.mywebpage.com/
tt

t

t

tt

版权所有 © 2023 My Web Page


t



```
```css
/* 全局样式 */
body {
tbackground-color: #f2f2f2;
tfont-family: Arial, sans-serif;
}
header {
tbackground-color: #333;
tcolor: #fff;
tpadding: 20px;
ttext-align: center;
}
h1 {
tfont-size: 3em;
tmargin-bottom: 20px;
}
main {
tmargin-top: 50px;
}
section {
tmargin-bottom: 20px;
}
h2 {
tfont-size: 1.5em;
tmargin-bottom: 10px;
}
ul {
tlist-style-type: none;
}
li {
tmargin-bottom: 5px;
}
a {
tcolor: #333;
ttext-decoration: none;
}
footer {
ttext-align: center;
tpadding: 10px;
tbackground-color: #333;
tcolor: #fff;
}
```
以上是一个基本的HTML和CSS网站模板,你可以根据需要进行修改和定制。注意,这只是一个简单的模板,你需要根据自己的需要进行添加内容,如图片、JavaScript、CSS框架等。