<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<title>实验1-巩文彬</title>
<style type="text/css">
#header{
background-color: lightpink;
color: white;
text-align: center;
padding:20px;
}
#section {
float:left;
padding:10px;
}
#footer {
position: absolute;
bottom: 0;
height: 100px;
width:100%;
background-color:white;
color:white;
clear:both;
text-align:center;
padding:5px;
}
</style>
</head>
<body>
<div id="header">
<h1>关于我</h1>
</div>
<div id="section">
<p>
<h3>
普普通通的一名大二学生,平时喜欢玩FPS游戏,平时喜欢听音乐,看电影。
</h3>
</p>
</div>
<div id="footer">
<a href="boke.html">返回首页</a>
</div>
</body>
</html>
posted on 2022-03-24 18:57  Bot_noob  阅读(9)  评论(0编辑  收藏  举报