老师检查一下代码谢谢
来源:2-7 编程练习
WYW265672
2022-04-18 17:52:51
<!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; /*此处写代码*/ transition:transform 1s ease 0s; } /*此处写代码*/ div:hover { transform:scale(2) rotate(360deg) ; } </style> </head> <body> <div>www.imooc.com</div> </body> </html>
1回答
樱桃小胖子
2022-04-18
同学你好,代码效果实现正确,继续加油,棒棒哒,祝学习愉快!
相似问题