Guest User

Untitled

a guest
Apr 23rd, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. .type1 {
  2. background: hidden;
  3. border-radius: 50%;
  4. width: 40px;
  5. height: 40px;
  6. border: 4px solid orange;
  7. box-shadow: 0.8px 0.8px 2px 0.8px orange;
  8. display: flex;
  9. justify-content: center;
  10. }
  11.  
  12. .type2 {
  13. background: hidden;
  14. border-radius: 50%;
  15. width: 150px;
  16. height: 150px;
  17. border: 15px solid yellow;
  18. box-shadow: 3px 3px 7.5px 3px yellow;
  19. }
  20.  
  21. .nth-child1 {
  22. background: hidden;
  23. border-radius: 50%;
  24. width: 60px;
  25. height: 60px;
  26. border: 6px solid black;
  27. box-shadow: 1.2px 1.2px 3px 1.2px black;
  28. position: absolute;
  29. left: 40vw;
  30. transform: translate(-50%, -50%);
  31. }
  32.  
  33. .nth-child2 {
  34. background: hidden;
  35. border-radius: 50%;
  36. width: 70px;
  37. height: 70px;
  38. border: 7px solid black;
  39. box-shadow: 1.4px 1.4px 3.5px 1.4px black;
  40. position: absolute;
  41. left: 44vw;
  42. transform: translate(-50%, -50%);
  43. }
  44.  
  45. .nth-child3 {
  46. background: hidden;
  47. border-radius: 50%;
  48. width: 80px;
  49. height: 80px;
  50. border: 8px solid black;
  51. box-shadow: 1.6px 1.6px 4px 1.6px black;
  52. position: absolute;
  53. left: 48vw;
  54. transform: translate(-50%, -50%);
  55. }
  56.  
  57. .nth-child4 {
  58. background: hidden;
  59. border-radius: 50%;
  60. width: 90px;
  61. height: 90px;
  62. border: 9px solid black;
  63. box-shadow: 1.8px 1.8px 4.5px 1.8px black;
  64. position: absolute;
  65. left: 52vw;
  66. transform: translate(-50%, -50%);
  67. }
  68.  
  69. .nth-child5 {
  70. background: hidden;
  71. border-radius: 50%;
  72. width: 100px;
  73. height: 100px;
  74. border: 10px solid black;
  75. box-shadow: 2px 2px 5px 2px black;
  76. position: absolute;
  77. left: 56vw;
  78. transform: translate(-50%, -50%);
  79. }
  80.  
  81. .nth-child6 {
  82. background: hidden;
  83. border-radius: 50%;
  84. width: 110px;
  85. height: 110px;
  86. border: 11px solid black;
  87. box-shadow: 2.2px 2.2px 5.5px 2.2px black;
  88. position: absolute;
  89. left: 60vw;
  90. transform: translate(-50%, -50%);
  91. }
  92.  
  93. .boucle {
  94. margin-bottom: 210px;
  95. }
  96.  
  97. .orange {
  98. display: flex;
  99. justify-content: center;
  100. }
  101.  
  102. .jaune {
  103. display: flex;
  104. justify-content: center;
  105. margin-bottom: 150px;
  106. margin-top: 100px;
  107. }
Add Comment
Please, Sign In to add comment