麻烦老师查看作业,谢谢。
来源:2-23 项目作业
DanielDu87
2022-02-05 21:21:04
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> <title>标题</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> <style> .box { width: 200px; height: 200px; background-color: red; margin: 40px auto; color: black; font-size: 40px; line-height: 200px; text-align: center; animation-duration: 2s; animation-fill-mode: forwards; } </style> </head> <body> <div class="box animate__animated animate__infinite animate__bounceInLeft"></div> </body> </html>
1回答
好帮手慕然然
2022-02-06
同学你好,代码实现没问题,继续加油,祝学习愉快!
相似问题