Created
July 8, 2018 17:19
-
-
Save MasnadNehith/577cdab8499ac030095e71ca9ca8fab8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*--CSS--*/ | |
| .block { | |
| text-align: center; | |
| vertical-align: middle; | |
| } | |
| .circle { | |
| background: #7f86ff; | |
| border-radius: 200px; | |
| color: white; | |
| height: 150px; | |
| font-weight: bold; | |
| width: 150px; | |
| display: table; | |
| margin: 20px auto; | |
| box-shadow: 0px 0px 30px #00b2fff2; | |
| } | |
| .circle p { | |
| vertical-align: middle; | |
| display: table-cell; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment