From 65b2134af17962e2cc613da52e902743b25cb17c Mon Sep 17 00:00:00 2001 From: Boyana Date: Tue, 28 Mar 2023 13:31:03 +0200 Subject: [PATCH] svg --- spin-wheel/index.html | 8 ++++---- spin-wheel/style.css | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) 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{