diff --git a/fortune_generator/css/styles.css b/fortune_generator/css/styles.css index d0474a6..d85292c 100644 --- a/fortune_generator/css/styles.css +++ b/fortune_generator/css/styles.css @@ -173,3 +173,12 @@ button:hover { .color-preview .color-dot:first-child { margin-left: 0; /* No margin on the left for the first dot */ } + +.home-button { + position: fixed; + top: 8px; + left: 8px; + z-index: 1000; + opacity: 0.8; /* Slightly transparent */ + transition: opacity 0.3s; +} diff --git a/fortune_generator/index.html b/fortune_generator/index.html index 5f0faee..1e07c97 100644 --- a/fortune_generator/index.html +++ b/fortune_generator/index.html @@ -36,6 +36,11 @@
+ + + + +