<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
img{
border-radius: 200px;
animation: myroa 3s linear infinite;
text-align: center;
width: 200px;
height: 200px;
}
@keyframes myroa{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}
.title{
background-color: paleturquoise;
width: 30%;
height: 300px;
float: left;
text-align: center;
}
.main{
background-color: darkgray;
width: 40%;
height: 300px;
float: left;
}
.right{
background-color:tomato;
width: 30%;
height: 300px;
float: left;
}
</style>
</head>
<div style="text-align: center; background-color: red; ">
<marquee direction="right"><img src="taile1.jpg" ></marquee>
</div>
<br/>
<video src="Vacila.mp3" controls="controls" width="500px" height="60px"></video>
<hr/>
</head>
<body>
<div class="title">
<img src="6669B171227A74883445087832886F4F.jpg"/>
</div>
<div class="main">
<ol>
<li>你的对手在看书</li>
<li>你的仇人在看书</li>
<li>你的兄弟在健身</li>
<li></li>
</ol>
</div>
<div class="right">
<div style="background-color: yellow; float:left; width: 33%; height: 50%;">
<h5>吃瓜群众</h5>
<p>普吉岛沉船事件</p>
<p>1死50人失踪</p>
</div>
<div style="background-color: powderblue; float:left; width: 34%; height: 50%;">
<p>目前死亡2人</p>
</div>
<div style="background-color: palegoldenrod; float: left; width: 33%; height: 50%;">
<p> 搜索还在进行中</p>
</div>
</div>
</body>
</html>
网友评论