学习了点html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>实验1-巩文彬</title>
<style type="text/css">
body{
background-image: url("/img/14-200R0093H3.jpg");
background-repeat: no-repeat;
color: mediumpurple;
}
.main{
text-align:center;
max-width:600px;
height:400px;
padding:20px 0px;
margin:0 auto;
}
.main h1{
font-family:"宋体";
font-size:100px;
font-weight:2px;
border-radius:30px;
li{
width: 84px;
font-size: 10px;
margin-top: 90px;
line-height: 24px;
float: left;
font-weight: bold;
}
li:hover{
font-size: 20px;
}
a{
color:black;
font-weight: bold;
}

</style>
<audio autoplay="autoplay" controls="controls"loop="loop" preload="auto"
src="/img/宇多田光%20-%20One%20Last%20Kiss.mp3">
</audio>
</head>
<body>
<div class="main">
<h1>博客首页</h1>
<ul>
<li><a href="xieboke.html">写博客</a></li>
<li></li>
<li><a href="guanyuwo.html">关于我</a></li>
<li></li>
<li><a href="liuyanban.html">留言板</a></li>
</ul>
</div>

</body>
</html>
posted on 2022-03-17 21:45  Bot_noob  阅读(15)  评论(0编辑  收藏  举报