index.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <!DOCTYPE html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>where's the button</title>
  5. <script type="text/javascript" src="/js/jquery.min.js" crossorigin="anonymous"></script>
  6. <link rel="stylesheet" href="/css/bootstrap.min.css" crossorigin="anonymous">
  7. <script type="text/javascript" src="/js/bootstrap.min.js" crossorigin="anonymous"></script>
  8. <link rel="stylesheet" href="/css/style.css">
  9. <link rel="preconnect" href="https://fonts.gstatic.com">
  10. <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
  11. &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  12. <link rel="stylesheet" href="./style.css">
  13. <script src='three.min.js'></script>
  14. <script src='TweenMax.min.js'></script>
  15. <script src="./script.js"></script>
  16. <style>
  17. body {
  18. overflow-x: hidden;
  19. }
  20. .toggle {
  21. display: inline-block;
  22. }
  23. .toggle {
  24. box-shadow: inset 0 0 35px 5px rgba(0, 0, 0, 0.25), inset 0 2px 1px 1px rgba(255, 255, 255, 0.9), inset 0 -2px 1px 0 rgba(0, 0, 0, 0.25);
  25. border-radius: 8px;
  26. background: #ccd0d4;
  27. position: relative;
  28. height: 140px;
  29. width: 140px;
  30. scale: 0.5;
  31. margin: -30px;
  32. }
  33. .toggle:before {
  34. box-shadow: 0 0 17.5px 8.75px #fff;
  35. border-radius: 118.3px;
  36. background: #fff;
  37. position: absolute;
  38. margin-left: -50.4px;
  39. margin-top: -50.4px;
  40. opacity: 0.2;
  41. content: "";
  42. height: 100.8px;
  43. width: 100.8px;
  44. left: 50%;
  45. top: 50%;
  46. }
  47. .toggle .button {
  48. -webkit-filter: blur(1px);
  49. -moz-filter: blur(1px);
  50. filter: blur(1px);
  51. transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  52. box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);
  53. border-radius: 96.32px;
  54. position: absolute;
  55. background: #ccd0d4;
  56. margin-left: -48.16px;
  57. margin-top: -48.16px;
  58. display: block;
  59. height: 96.32px;
  60. width: 96.32px;
  61. left: 50%;
  62. top: 50%;
  63. }
  64. .toggle .label {
  65. transition: 100ms cubic-bezier(0.23, 1, 0.32, 1);
  66. text-shadow: 1px 1px 3px #ccd0d4, 0 0 0 rgba(0, 0, 0, 0.8), 1px 1px 4px #fff;
  67. line-height: 129px;
  68. text-align: center;
  69. position: absolute;
  70. font-family: "Lato", sans-serif;
  71. font-weight: 700;
  72. font-size: 42px;
  73. display: block;
  74. opacity: 0.9;
  75. height: 100%;
  76. width: 100%;
  77. color: rgba(0, 0, 0, 0.4);
  78. }
  79. .toggle input {
  80. opacity: 0;
  81. position: absolute;
  82. cursor: pointer;
  83. z-index: 1;
  84. height: 100%;
  85. width: 100%;
  86. left: 0;
  87. top: 0;
  88. }
  89. .toggle input:active~.button {
  90. box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.4), inset 0 -8px 30px 1px rgba(255, 255, 255, 0.9), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 8px 25px 0 rgba(0, 0, 0, 0.4), inset 0 0 10px 1px rgba(255, 255, 255, 0.6);
  91. }
  92. .toggle input:active~.label {
  93. font-size: 40px;
  94. color: rgba(0, 0, 0, 0.45);
  95. }
  96. .toggle input:checked~.button {
  97. box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.4), inset 0 -8px 25px -1px rgba(255, 255, 255, 0.9), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 8px 20px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.6);
  98. }
  99. .toggle input:checked~.label {
  100. font-size: 40px;
  101. color: rgba(0, 0, 0, 0.4);
  102. }
  103. </style>
  104. </head>
  105. <body>
  106. <div class="container">
  107. <button>I'm a Button</button>
  108. </div>
  109. <div class="container">
  110. <div class="toggle">
  111. <input type="checkbox">
  112. <span class="button"></span>
  113. <span class="label">1</span>
  114. </div>
  115. <div class="toggle">
  116. <input type="checkbox" checked>
  117. <span class="button"></span>
  118. <span class="label">2</span>
  119. </div>
  120. <div class="toggle">
  121. <input type="checkbox">
  122. <span class="button"></span>
  123. <span class="label">yes</span>
  124. </div>
  125. <div class="toggle">
  126. <input type="checkbox" checked>
  127. <span class="button"></span>
  128. <span class="label">no</span>
  129. </div>
  130. </div>
  131. </body>