Advertisement
CameronFitzy

Stylesheet

Nov 22nd, 2021 (edited)
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. d {
  2. position: fixed;
  3. width: 200;
  4. height: 200;
  5. top: 50;
  6. left: 100;
  7. background: #6592CF;
  8. border-radius: 50%;
  9. overflow: hidden
  10. }
  11.  
  12. f {
  13. position: absolute;
  14. width: 130;
  15. height: 130;
  16. overflow: hidden;
  17. background: #6592CF;
  18. border: 20px solid#243D83;
  19. border-radius: 50%
  20. }
  21.  
  22. [e] {
  23. top: -95;
  24. left: -95
  25. }
  26.  
  27. [a] {
  28. top: 55
  29. }
  30.  
  31. [b] {
  32. left: 90;
  33. top: 90
  34. }
  35.  
  36. [c] {
  37. left: 15
  38. }
  39.  
  40. [d] {
  41. top: 15
  42. }
  43.  
  44. [f] {
  45. left: 55
  46. }
  47.  
  48. [g] {
  49. top: -60
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement