diff --git a/spin-wheel/bg-images/bg3.jpg b/spin-wheel/bg-images/bg3.jpg index b170ac3..ef4f84f 100644 Binary files a/spin-wheel/bg-images/bg3.jpg and b/spin-wheel/bg-images/bg3.jpg differ diff --git a/spin-wheel/index.html b/spin-wheel/index.html index 4a2d859..80a4653 100644 --- a/spin-wheel/index.html +++ b/spin-wheel/index.html @@ -82,10 +82,12 @@ function draw() {
-
I will be guiding you through a series of carefully selected questions written by different authors, some are well-known, and others will remain unknown. To begin the exercise, spin the Wheel of Fortune. After a few seconds, a question will appear on the screen. Then, take a photo slide from the deck and hold it to the screen. Think about that question by looking at it and the tiny film together like friends. If you feel like writing your thoughts, you can use the tiny notepad made just for you. These photo slides are there to help you dive deeper into your inner world. Use them to explore moments in your life that you may not have fully processed or understood. As you reflect on these images and answer the questions, you may gain new insights and perspectives about yourself and your life.

+
I will be guiding you through a series of carefully selected questions written by different authors, some are well-known, and others will remain unknown. To begin the exercise, spin the Wheel of Fortune. After a few seconds, a question will appear on the screen. Then, take a photo slide from the deck and hold it to the screen. Think about that question by looking at it and the tiny film together like friends. + +
+ +
If you feel like writing your thoughts, you can use the tiny notepad made just for you. These photo slides are there to help you dive deeper into your inner world. Use them to explore moments in your life that you may not have fully processed or understood. As you reflect on these images and answer the questions, you may gain new insights and perspectives about yourself and your life.

- -
+

Here are a few things I prepared for you before you begin:

@@ -107,10 +110,10 @@ function draw() {
- - - - + + + + diff --git a/spin-wheel/style.css b/spin-wheel/style.css index ae26ffb..6c9f51b 100644 --- a/spin-wheel/style.css +++ b/spin-wheel/style.css @@ -14,7 +14,7 @@ html { z-index: -1; /* Set a negative z-index to move the pseudo-element below the content */ background: url(bg-images/bg3.jpg) no-repeat center center fixed; background-size: 150%; - + /* Add animation properties */ -webkit-animation: spin 100s linear infinite; -moz-animation: spin 100s linear infinite; @@ -45,40 +45,41 @@ html { position: fixed; top: 0px; left: 0px; - transform: translate(-50%,-50%); - width: 40vw; - filter: hue-rotate(180deg); + transform: translate(0%,0%); + width: 18vw; + filter: hue-rotate(380deg); } .top-right-corner { position: fixed; top: 0px; right: 0px; - transform: translate(50%,-50%); - width: 40vw; - filter: hue-rotate(180deg); + transform: translate(0%,0%); + width: 14vw; + filter: hue-rotate(380deg); } .bottom-left-corner { position: fixed; bottom: 0px; left: 0px; - transform: translate(-50%,50%); - width: 40vw; - filter: hue-rotate(180deg); + transform: translate(-16%,40%); + width: 31vw; + filter: hue-rotate(80deg); } .bottom-right-corner{ position: fixed; bottom: 0px; right: 0px; - transform: translate(50%,50%); - width: 40vw; - filter: hue-rotate(180deg); + transform: translate(0%,30%); + width: 30vw; + filter: hue-rotate(-68deg); } #wheel{ text-align: center; + filter: hue-rotate(-68deg); } button{