使用HTML和CSS3绘制基本卡通图案的示例分享

2020-05-08 09:18:43易采站长站整理

            height: 269px;    
            border: 10px solid #F5F910;    
            -moz-border-radius: 50%;    
            -webkit-border-radius: 50%;    
            border-radius: 50%;    
            background-color: #73BF43;    
        }    
    
        .inner-circle div {    
            position: absolute;    
        }    
    
        .inner-circle-light {    
            top: 41px;    
            left: 35px;    
            -moz-box-shadow: 26px 26px 29px 37px #fff;    
            -webkit-box-shadow: 26px 26px 29px 37px #fff;    
            box-shadow: 26px 26px 29px 37px #fff;    
        }    
    
        .header-top {    
            top: 11px;    
            rightright: 2px;    
            z-index: 100;    
            width: 180px;    
            height: 90px;    
            -moz-border-radius: 90px 90px 0 0;    
            -webkit-border-radius: 90px 90px 0 0;    
            border-radius: 90px 90px 0 0;