diff --git a/SOUTENANCE/basket.css b/SOUTENANCE/basket.css index ac8240e..0a4b15b 100644 --- a/SOUTENANCE/basket.css +++ b/SOUTENANCE/basket.css @@ -171,59 +171,7 @@ body{ box-shadow: 1px 1px 10px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4); } - - - - -#Dribble:hover{ - background-color: #b9b7b7; - -} - -.onoffswitch { - position: relative; - -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; -} -.onoffswitch-checkbox { - position: absolute; - opacity: 0; - pointer-events: none; -} -.onoffswitch-label { - display: block; overflow: hidden; cursor: pointer; - border: 2px solid #FFFFFF; border-radius: 50px; -} -.onoffswitch-inner { - display: block; width: 200%; margin-left: -100%; - transition: margin 0.4s ease-in 0s; -} -.onoffswitch-inner:before, .onoffswitch-inner:after { - display: block; float: left; width: 50%; height: 41px; padding: 0; line-height: 41px; - font-weight: bold; - box-sizing: border-box; -} -.onoffswitch-inner:before { - content: "DRIBBLER"; - padding-left: 12px; - -} -.onoffswitch-inner:after { - content: "DRIBBLER"; - padding-left: 37px; - background-color: red; color: black; - text-align:left; -} -.onoffswitch-switch { - display: block; width: 30px; margin: 5.5px; - background: #34A7C1; - position: absolute; top: 0; bottom: 0; - border: 2px solid #FFFFFF; border-radius: 50px; - transition: all 0.4s ease-in 0s; -} -.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { - margin-left: 0; -} -.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { - right: 0px; - background-color: #A1A1A1; -} +.red { + background-color: "red"; + margin-left: 15%; +} \ No newline at end of file diff --git a/SOUTENANCE/basket.html b/SOUTENANCE/basket.html index e142199..7d74ea2 100644 --- a/SOUTENANCE/basket.html +++ b/SOUTENANCE/basket.html @@ -9,11 +9,8 @@ Basket - - -