代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<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>
*{
margin: 0;
padding: 0;
}
.bigbox{
display: grid ;
grid-template-columns: 1fr 1fr 1fr;
}
.box1{
height: 100px;
background-color:salmon;
}
.box2{
height: 100px;
background-color: rgb(255, 221, 136);
}
.box2 .wide{
width: 80px;
height: 80px;
margin: 0 auto;
background-color: rgb(74, 255, 107);
transition: width 1s linear;
}
.box2 .wide:hover {
width: 300px;
}
.box2 .high{
width: 80px;
height: 80px;
margin: 0 auto;
background-color: rgb(107, 223, 255);
transition:height 0.5s linear 0.2s;
}
.box2 .high:hover {
height: 200px;
}
.box2 .relolve{
width: 80px;
height: 80px;
margin: 0 auto;
background-color: rgb(255, 143, 214);
transition: transform 3s;
}
.box2 .relolve:hover {
transform: rotate(1080deg);
}
</style>
</head>
<body>
<div class="bigbox">
<div class="box box1"></div>
<div class="box box1">
<h3> <font color="#0000FF">欢迎来到我的第一个静态网站,请使用电脑打开哦</font> </h3>
</div>
<div class="box box1"></div>
<div class="box box1"></div>
<div class=" box box1"></div>
<div class="box box1"><font color="#0000FF"> 本人的微信号是zhao1tiaohe</font></div>
<div class="box box2">
<div class="wide">点我会变宽</div>
</div>
<div class="box box2">
<div class="high">点我会变长</div>
</div>
<div class="box box2">
<div class="relolve">点我会转起来</div>
</div>
<div class="zhanweizhi"></div>
<div class="zhanweizhi"></div>
<div class="zhanweizhi"></div>
<div class="zhanweizhi"></div>
<div class="zhanweizhi"></div>
<div class="zhanweizhi"></div>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。