CSS property drawing (1), css property drawing

Source: Internet
Author: User

CSS property drawing (1), css property drawing

Div:

<div class="react-logo"> <div class="reactive"></div></div>

CSS code:

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;}

Final effect:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.