Advertisement
Guest User

Untitled

a guest
May 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. * {
  2. font-size: 101.3%;
  3. font-weight: bold;
  4. }
  5.  
  6. .circular {
  7. width: 20em;
  8. height: 20em;
  9. margin: 10em auto 0;
  10. }
  11.  
  12. .circular svg {
  13. display: block;
  14. overflow: visible;
  15. }
  16.  
  17. .circular path { fill: none; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement