老师请检查下代码

来源:2-7 编程练习

h0r170n

2021-06-12 22:16:02

<!DOCTYPE html>
<html lang="en">
<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;
transform: rotate(0deg);
transition: transform 1s ease-out 0s;
}

div:hover {
transform: rotate(360deg) scale(2);
}
/*此处写代码*/
</style>
</head>
<body>
<div>www.imooc.com</div>
</body>
</html>


写回答

1回答

好帮手慕久久

2021-06-15

同学你好,代码正确,很棒,祝学习愉快!

0

0 学习 · 15276 问题

查看课程