设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 创业者 手机 数据
当前位置: 首页 > 服务器 > 系统 > 正文

CSS制作梦幻彩虹效果(2)

发布时间:2020-03-15 08:19 所属栏目:52 来源:站长网
导读:border:solid#ffff0010px; border-radius:100%; box-sizing:border-box; content:; } .box2{ float:left; margin-top:-180px; margin-left:20px; width:360px; height:180px; overflow:hidden; } .box2::before{ fl

            border: solid #ffff00 10px;   

            border-radius: 100%;   

            box-sizing: border-box;   

            content: "";   

        }   

        .box2{   

            float: left;   

            margin-top: -180px;   

            margin-left: 20px;   

            width: 360px;   

            height: 180px;   

            overflow: hidden;   

        }   

        .box2::before{   

            float: left;   

            display: block;   

            margin: 0;   

            width: 360px;   

            height: 360px;   

            border-radius: 100%;   

            border: solid 10px #ff0000;   

            box-sizing: border-box;   

            content: "";   

        }   

        .box2::after{   

            display: block;   

            margin-top: 10px;   

            margin-left: 10px;   

            width: 340px;   

            height: 340px;   

            border-radius: 100%;   

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读