diff --git a/spin-wheel/bg-images/bg3.jpg b/spin-wheel/bg-images/bg3.jpg new file mode 100644 index 0000000..b170ac3 Binary files /dev/null and b/spin-wheel/bg-images/bg3.jpg differ diff --git a/spin-wheel/style.css b/spin-wheel/style.css index 8fa5f99..ae26ffb 100644 --- a/spin-wheel/style.css +++ b/spin-wheel/style.css @@ -12,8 +12,8 @@ html { right: 0; bottom: 0; z-index: -1; /* Set a negative z-index to move the pseudo-element below the content */ - background: url(bg-images/bg1.jpg) no-repeat center center fixed; - background-size: 200%; + background: url(bg-images/bg3.jpg) no-repeat center center fixed; + background-size: 150%; /* Add animation properties */ -webkit-animation: spin 100s linear infinite;