这一节完全不知道在讲什么
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>3-1作业</title>
<style>
div {
font-size: 14px;
font-weight: bold;
line-height: 50px;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 200px;
height: 50px;
margin: auto;
cursor: pointer;
text-align: center;
background: #abcdef;
}
div:hover{
transform:rotate3d(1,1,0,360deg)
transition:all 2s ease-in-out 1s;
}
</style>
</head>
<body>
<div>www.imooc.com</div>
</body>
</html>0
收起
正在回答 回答被采纳积分+1
1回答


恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星