1 Star 0 Fork 1

ym_sunyan/html-css-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
first-webpage-of-newbie.html 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
jiacheng-coder 提交于 2022-09-08 01:07 . add first-webpage-of-newbie.html.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>个人博客</title>
<style>
body {
height: 100%;
background-color: #fff;
color: #111;
padding-top: 16px;
padding-bottom: 16px;
}
.header {
background-color: #1e80ff;
text-align: center;
padding: 4px;
}
.content {
margin: 30 auto;
padding: 15px;
line-height: 1.7;
text-align: center;
}
.content ul {
list-style: none;
}
.footer {
background-color: #1e80ff;
color: #fff;
text-align: center;
padding: 4px;
width: 100%;
}
.footer a {
text-decoration: none;
color: #fff;
}
</style>
</head>
<body>
<div class="header">
<img
src="https://kangwenchang.com/logo.png"
alt="图片加载失败"
width="80px"
height="80px"
/>
</div>
<div class="content">
<p>大家好,这是我的第一个博客页面,请多多指教!</p>
<h3>Professional</h3>
<p>
HTML/CSS/JavaScript + Vue2.x/React + Node + WebGL + ECharts
</p>
<h3>Personal</h3>
<p>Films/Books</p>
<p>Music/Basketball</p>
<p>Photoing</p>
</div>
<div class="footer">
<p>版权所有 : <a href="https://gitee.com/zhujiacheng612">gitee@zhujiacheng612</a></p>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ym_tenyear/html-css-project.git
git@gitee.com:ym_tenyear/html-css-project.git
ym_tenyear
html-css-project
html-css-project
master

搜索帮助