diff --git a/spin-wheel/index.html b/spin-wheel/index.html index 795bac2..6535a3e 100644 --- a/spin-wheel/index.html +++ b/spin-wheel/index.html @@ -110,10 +110,10 @@ function draw() { - - - - + + + + diff --git a/spin-wheel/style.css b/spin-wheel/style.css index 41432bc..8dcf8d1 100644 --- a/spin-wheel/style.css +++ b/spin-wheel/style.css @@ -13,7 +13,7 @@ html::before { /* Add a pseudo-element to the html element */ bottom: 0; z-index: -1; /* Set a negative z-index to move the pseudo-element below the content */ background: url(bg-images/bg4.jpg) no-repeat center center fixed; - background-size: cover; + background-size: 200%; /* Add animation properties */ -webkit-animation: spin 100s linear infinite; @@ -78,8 +78,8 @@ html::before { /* Add a pseudo-element to the html element */ } .slide { - width: 350px; - margin: 3%; + width: 100%; + margin: 0%; } #wheel{