CSS3 企鹅

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">

<style>
    html,
    body,
    div,
    strong {
        margin: 0;
        padding: 0;
    }

    body {
        overflow: hidden;
    }

    .wrap {
        width: 600px;
        margin: 50px auto 0;
        position: relative;
    }

    .headtop {
        width: 240px;
        height: 110px;
        background: #000;
        margin: 0 auto;
        border-top-left-radius: 120px 110px;
        border-top-right-radius: 120px 110px;
        position: relative;
        z-index: 999;
    }

    .headbottom {
        width: 240px;
        height: 90px;
        background: #000;
        border-bottom-left-radius: 120px 90px;
        border-bottom-right-radius: 120px 90px;
        position: absolute;
        top: 110px;
        z-index: 1;
    }

    h1 {
        position: absolute;
    }

    .lefteye {
        width: 46px;
        height: 70px;
        background: #fff;
        border-radius: 50% 50%;
        position: absolute;
        top: 30px;
        left: 64px;
        z-index: 2;
    }

    .lefteye_in {
        width: 20px;
        height: 30px;
        background: #000;
        border-radius: 50% 50%;
        margin-left: 23px;
        margin-top: 20px;
    }

    .eyeshow {
        display: block;
        width: 8px;
        height: 10px;
        border-radius: 50% 50%;
        background: #fff;
        position: absolute;
        top: 26px;
        left: 32px;
    }

    .righteye {
        width: 46px;
        height: 70px;
        background: #fff;
        border-radius: 50% 50%;
        position: absolute;
        top: 30px;
        left: 130px;
        z-index: 2;
    }

    .righteye_in {
        width: 19px;
        height: 23px;
        background: #000;
        border-top-left-radius: 17px 30px;
        border-top-right-radius: 17px 30px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #000;
        margin-left: 7px;
        margin-top: 16px;
    }

    .eyebai {
        display: block;
        width: 12px;
        height: 19px;
        border-top-left-radius: 5px 14px;
        border-top-right-radius: 8px 14px;
        background: #fff;
        margin-top: 10px;
        margin-left: 4px;
    }

    .mouth {
        width: 158px;
        height: 56px;
        background: #FFA600;
        border-radius: 50%;
        position: absolute;
        top: 106px;
        left: 42px;
        z-index: 2;
    }

    .mouth_bar {
        width: 126px;
        height: 30px;
        background: #000;
        position: absolute;
        top: 142px;
        left: 55px;
        z-index: 2;
        border-bottom-left-radius: 76px 96px;
        border-bottom-right-radius: 76px 96px;
    }

    .mouth_bar1 {
        width: 126px;
        height: 20px;
        background: #ffa600;
        position: absolute;
        z-index: 3;
        border-bottom-left-radius: 104px 32px;
        border-bottom-right-radius: 104px 32px;
    }

    .body {
        width: 276px;
        height: 260px;
        background: #000;
        position: absolute;
        top: 142px;
        left: 167px;
        border-top-left-radius: 160px 140px;
        border-bottom-left-radius: 160px 140px;
        border-top-right-radius: 160px 140px;
        border-bottom-right-radius: 160px 140px;
        z-index: 2;
    }


    .body_1 {
        width: 264px;
        height: 137px;
        background: #ff0000;
        border: 5px solid #000;
        border-top-left-radius: 195px 100px;
        border-bottom-left-radius: 237px 146px;
        border-top-right-radius: 195px 100px;
        border-bottom-right-radius: 269px 146px;
        position: absolute;
        bottom: 159px;
        left: 0px;
    }

    .body_2 {
        width: 249px;
        height: 139px;
        position: absolute;
        background: #000;
        top: -33px;
        left: 7px;
        border-radius: 50%;
        border: 1px #000 solid;
    }

    .body_3 {
        width: 241px;
        height: 145px;
        position: absolute;
        background: red;
        top: 0px;
        left: 5px;
        border-radius: 50%;
    }


    .tummy {
        width: 240px;
        height: 240px;
        background: #fff;
        position: absolute;
        top: 11px;
        left: 17px;
        border-radius: 50%;
    }


    .pocket {
        width: 58px;
        height: 78px;
        position: absolute;
        top: 72px;
        left: 19px;
        border: 3px solid #000;
        background: red;
        border-top-left-radius: 20px 52px;
        border-bottom-left-radius: 40px 40px;
        border-top-right-radius: 0px 0px;
        border-bottom-right-radius: 21px 21px;
    }

    .pocket .pocket_line1 {
        width: 11px;
        height: 43px;
        border-bottom-left-radius: 29px 57px;
        border-top-left-radius: 0px 0px;
        border: 9px solid #000;
        border-top: none;
        border-right: none;
        position: absolute;
        top: 0px;
        left: 30px;
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        -ms-transform: rotateZ(10deg);
        -o-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }

    .pocket .pocket_line2 {
        width: 2px;
        height: 45px;
        border-bottom-left-radius: 11px 24px;
        border-top-left-radius: 10px 15px;
        border: 9px solid red;
        border-top: none;
        border-right: none;
        position: absolute;
        top: 0px;
        left: 2px;
    }

    .lefthand,
    .righthand {
        width: 49px;
        height: 160px;
        background: #000;
        position: absolute;
    }

    .lefthand {
        top: 20px;
        left: -29px;
        border-top-left-radius: 89px 166px;
        border-top-right-radius: 6px 63px;
        border-bottom-left-radius: 85px 194px;
        border-bottom-right-radius: 40px 128px;
        -webkit-transform: rotateZ(20deg);
        -moz-transform: rotateZ(20deg);
        -ms-transform: rotateZ(20deg);
        -o-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
        -webkit-animation: left_rotate 0.5s infinite;
        -moz-animation: left_rotate 0.5s infinite;
        -ms-animation: left_rotate 0.5s infinite;
        -o-animation: left_rotate 0.5s infinite;
        animation: left_rotate 0.5s infinite;
        -webkit-animation-direction: alternate;
        -moz-animation-direction: alternate;
        -ms-animation-direction: alternate;
        -o-animation-direction: alternate;
        animation-direction: alternate;
    }

    .righthand {
        top: 20px;
        left: 258px;
        border-top-right-radius: 89px 166px;
        border-bottom-right-radius: 85px 194px;
        border-top-left-radius: 6px 63px;
        border-bottom-left-radius: 40px 128px;
        -webkit-transform: rotateZ(-20deg);
        -moz-transform: rotateZ(-20deg);
        -ms-transform: rotateZ(-20deg);
        -o-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
        -webkit-animation: right_rotate 0.5s infinite;
        -moz-animation: right_rotate 0.5s infinite;
        -ms-animation: right_rotate 0.5s infinite;
        -o-animation: right_rotate 0.5s infinite;
        animation: right_rotate 0.5s infinite;
        -webkit-animation-direction: alternate;
        -moz-animation-direction: alternate;
        -ms-animation-direction: alternate;
        -o-animation-direction: alternate;
        animation-direction: alternate;
    }



    .footer .left_footer,
    .footer .right_footer {
        width: 134px;
        height: 74px;
        position: absolute;
        background: #ffa600;
        border: 3px solid #000;
        border-radius: 50%;
        z-index: 1;
    }

    .footer .left_footer {
        top: 347px;
        left: 163px;
    }

    .footer .right_footer {
        top: 347px;
        left: 320px;
    }

    @keyframes left_rotate {
        from {
            -webkit-transform-origin: right 30%;
            -webkit-transform: rotateZ(60deg);
        }

        to {
            -webkit-transform-origin: right 30%;
            -webkit-transform: rotateZ(30deg);
        }
    }

    @keyframes right_rotate {
        from {
            -webkit-transform-origin: left 30%;
            -webkit-transform: rotateZ(-60deg);
        }

        to {
            -webkit-transform-origin: left 30%;
            -webkit-transform: rotateZ(-30deg);
        }
    }

    @-webkit-keyframes left_rotate {
        from {
            -webkit-transform-origin: right 30%;
            -webkit-transform: rotateZ(60deg);
        }

        to {
            -webkit-transform-origin: right 30%;
            -webkit-transform: rotateZ(30deg);
        }
    }

    @-webkit-keyframes right_rotate {
        from {
            -webkit-transform-origin: left 30%;
            -webkit-transform: rotateZ(-60deg);
        }

        to {
            -webkit-transform-origin: left 30%;
            -webkit-transform: rotateZ(-30deg);
        }
    }

    @-moz-keyframes left_rotate {
        from {
            transform-origin: right 30%;
            transform: rotateZ(60deg);
        }

        to {
            transform-origin: right 30%;
            transform: rotateZ(30deg);
        }
    }

    @-moz-keyframes right_rotate {
        from {
            transform-origin: left 30%;
            transform: rotateZ(-60deg);
        }

        to {
            transform-origin: left 30%;
            transform: rotateZ(-30deg);
        }
    }

    @-ms-keyframes left_rotate {
        from {
            transform-origin: right 30%;
            transform: rotateZ(60deg);
        }

        to {
            transform-origin: right 30%;
            transform: rotateZ(30deg);
        }
    }

    @-ms-keyframes right_rotate {
        from {
            transform-origin: left 30%;
            transform: rotateZ(-60deg);
        }

        to {
            transform-origin: left 30%;
            transform: rotateZ(-30deg);
        }
    }

    @-o-keyframes left_rotate {
        from {
            transform-origin: right 30%;
            transform: rotateZ(60deg);
        }

        to {
            transform-origin: right 30%;
            transform: rotateZ(30deg);
        }
    }

    @-o-keyframes right_rotate {
        from {
            transform-origin: left 30%;
            transform: rotateZ(-60deg);
        }

        to {
            transform-origin: left 30%;
            transform: rotateZ(-30deg);
        }
    }
</style>
</head>

<body>
<div class="wrap">
    <!-- 企鹅头部 -->
    <div class="headtop">
        <div class="headbottom"></div>
        <!-- 眼睛部分 -->
        <h1 class="lefteye">
            <p class="lefteye_in">
                <strong class="eyeshow"></strong>
            </p>
        </h1>
        <h1 class="righteye">
            <p class="righteye_in">
                <strong class="eyebai"></strong>
            </p>
        </h1>
        <!-- 嘴巴部分 -->
        <h1 class="mouth"></h1>
        <p class="mouth_bar">
            <strong class="mouth_bar1"></strong>
        </p>
    </div>
    <!-- 企鹅头部 -->
    <!-- 企鹅身体 -->
    <div class="body">
        <div class="tummy">
            <div class="pocket">
                <div class="pocket_line1">
                    <div class="pocket_line2"></div>
                </div>
            </div>
        </div>
        <div class="hand">
            <div class="lefthand"></div>
            <div class="righthand"></div>
        </div>
        <div class="body_1">
            <div class="body_2">
                <div class="body_3"></div>
            </div>
        </div>
    </div>
    <!-- 企鹅脚丫 -->
    <div class="footer">
        <div class="left_footer"></div>
        <div class="right_footer"></div>
    </div>
</div>
</body>

</html>
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 212,080评论 6 493
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 90,422评论 3 385
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 157,630评论 0 348
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 56,554评论 1 284
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 65,662评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 49,856评论 1 290
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,014评论 3 408
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 37,752评论 0 268
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,212评论 1 303
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,541评论 2 327
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 38,687评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,347评论 4 331
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,973评论 3 315
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,777评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,006评论 1 266
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,406评论 2 360
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,576评论 2 349

推荐阅读更多精彩内容