.div3 {position:absolute;z-index:3;left:40px;top:4最美不过夕阳红0px;fon " />

.div3 {position:absolute;z-index:3;left:40px;top:4最美不过夕阳红0px;fon"/>
 首页 > 作文

CSS3实现360度循环旋转功能

更新时间:2023-04-07 21:20:24 阅读: 评论:0

1.整个div360度旋转

<style type="text/css">.div3 {position:absolute;z-index:3;left:40px;top:4最美不过夕阳红0px;font-weight:bold;background:red;animation: myfirst2 15s infinite linear;}@keyframes myfirst2{from {transform: rotate(0deg);}to {transform: rotate(359deg);}} @keyframes myfirst{from {transform: rotate(0deg);}to {transform: rotate(-359deg);}}</style><div class="div3">旋转吧</div>

效果图:

2.div内的文字不动,底边的图片旋转

<html><head><style type="text/css">body {background:#000a2d;}.div2 {position:absolute;z-index:2;left:40px;top:40px;font-weigh秋天到了作文t:bold;height:4购买电脑桌00px;width:400px;animation: myfirst2 15s infinite linear;}.div3 {position:absolute;z-index:3;left:11%;top:22%;font-weight:bold;color:#fff;background:red;}@keyframes myfirst2{from {transform: rotate(0deg);}to {transform: rotate(359deg);}} @keyframes myfirst{from {transform: rotate(0deg);}to {transform: rotate(-359deg);}}</style></head> <body> <div class="div3">最上层</div><div class="div2"><img src="./centerbg3.png" style="width:100%;height:100%;"></div></body></html>

效果

到此这篇关于css3实现360度循环旋转的文章就天下三分明月夜介绍到这了,更多相关css3 循环旋转内容请搜索www.887551两小儿辩日原文.com以前的文章或继续浏览下面的相关文章,希望大家以后多多支持www.887551.com!

本文发布于:2023-04-07 21:20:22,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/66e26fcb07ee63f6710331c16fecfe0d.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:CSS3实现360度循环旋转功能.doc

本文 PDF 下载地址:CSS3实现360度循环旋转功能.pdf

标签:夕阳红   底边   文章   相关文章
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
  • CSS3实现360度循环旋转功能
    1.整个div360度旋转