使用C3的一些新屬性繪製Google瀏覽器的表徵圖,c3繪製Google瀏覽器

來源:互聯網
上載者:User

使用C3的一些新屬性繪製Google瀏覽器的表徵圖,c3繪製Google瀏覽器

<!DOCTYPE html><html><head lang="en">    <meta charset="UTF-8">    <title></title>    <style>        * {            margin: 0;            padding: 0;        }        body {            background-color: lightskyblue;        }        .container {            width: 400px;            height: 400px;            border: 1px solid #999;            box-sizing: border-box;            border-radius: 50%;            margin: 200px auto;            position: relative;            overflow: hidden;            background-color: yellow;            transform: rotate(-80deg);        }        .container::before {            content: "";            width: 100px;            height: 100px;            /*border: 1px solid black;*/            background-color: deepskyblue;            border-radius: 50%;            box-shadow: 0px 0px 0px 10px whitesmoke;            position: absolute;            top: 150px;            left: 150px;            z-index: 1;        }        .one {            width: 300px;            height: 300px;            /*border: 1px solid black;*/            position: absolute;            transform: skew(-30deg);            left: -12px;            top: -100px;            background-color: green;        }        .one::before {            content: "";            width: 300px;            height: 200px;            /*border: 1px solid black;*/            position: absolute;            top: 159px;            left: 30px;            background-color: green;        }        .two {            width: 300px;            height: 300px;            /*border: 1px solid black;*/            position: absolute;            transform: skew(-30deg, 60deg);            left: 286px;            top: 160px;            background-color: red;        }        .two::before {            content: "";            width: 40px;            height: 300px;            /*border: 1px solid black;*/            position: absolute;            top: 26px;            left: -8px;            transform: rotate(10deg);            background-color: red;        }        @keyframes autoRotate {            from {            }            to {                transform: rotate(3600deg);            }        }        .animate {            animation: autoRotate 30s linear infinite;        }    </style></head><body><div class="container animate">    <div class="one"></div>    <div class="two"></div>    <div class="three"></div></div></body></html>

//利用Css3裡面的一些新屬性,做了一個Google瀏覽器表徵圖

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.