From 1c018ee6519f84827e73837f2630977ca14224ea Mon Sep 17 00:00:00 2001 From: Ashwini Gurbaxani <98401812+gurbaxani@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:54:19 +0530 Subject: [PATCH] Fix info button --- index.html | 19 ++++++++++++++----- styles.css | 5 ++++- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 1473314..b335f1f 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,26 @@ + - + Improv Practice Tools +
- -

Get a random...

+ +

Get a random...ℹī¸

+
@@ -28,7 +36,7 @@
-
Click a button to get a suggestion
+
Click a button to get a suggestion
00:00
@@ -37,4 +45,5 @@
- + + \ No newline at end of file diff --git a/styles.css b/styles.css index e3d11a7..4524c6c 100644 --- a/styles.css +++ b/styles.css @@ -41,6 +41,9 @@ } .help-link { + position: fixed; + right: 20px; + top: 20px; text-align: end; text-decoration: none; } @@ -49,4 +52,4 @@ html { visibility: visible; opacity: 1; -} +} \ No newline at end of file