CSS屬性繪製圖形

高洛峰
發布: 2017-03-01 15:07:24
原創
1151 人瀏覽過

p部分:

登入後複製

CSS程式碼:

html, body{ width: 100%; height: 100%; min-height: 100%; font-family: 'Gloria Hallelujah', cursive; font-size: 100%; background-color: #222; display: flex; align-items: center; justify-content: center; }.react-logo{ width: 500px; height: 160px; position: relative; border: 15px solid #fff; border-radius: 50%; box-shadow: #00d8ff 0px 0px 44px 0px; }.react-logo:before{ content: ""; width: 500px; height: 160px; position: absolute; border: 15px solid #aaa; border-radius: 50%; transform: rotate(125deg); top: -25px; left: -18px; box-shadow: #00d8ff 0px 0px 44px 0px; }.react-logo:after{ content: ""; width: 500px; height: 160px; position: absolute; border: 15px solid #00d8ff; border-radius: 50%; transform: rotate(-125deg); top: -25px; left: -18px; box-shadow: #00d8ff 0px 0px 44px 0px; }.reactive{ width: 100px; height: 100px; float: left; background-color: #aaf; border-radius: 50%; margin-left: calc(50% - 50px); margin-top: 30px; box-shadow: #00d8ff 0px 0px 44px 0px; }
登入後複製

最終效果:

CSS屬性繪製圖形

更多CSS屬性繪製圖形相關文章請關注PHP中文網!

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!