From 9d67caad249c2f871c994c9c2783cdc422e5d1b4 Mon Sep 17 00:00:00 2001 From: Syed Mohammad Hamza Asif Date: Mon, 21 Oct 2024 00:02:18 +0500 Subject: [PATCH] Add Project Github Link --- github.png | Bin 0 -> 996 bytes index.html | 9 ++++++++- style.css | 14 ++++++++++---- 3 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 github.png diff --git a/github.png b/github.png new file mode 100644 index 0000000000000000000000000000000000000000..119a6640b7946554d93c05a41ac578b12fffe23c GIT binary patch literal 996 zcmVJc2*h1c5rqZ43_>F^ zvKM5w>A5I(Q50#=E}}(?R<&pmMw=iLlO9V`ifGYO?PU*5D+cDm?QqXMGjqlo^kg$UK+l*8^R^Wnddn4$J~_WSb3C0Na5pGPhpm5^Ji*)Q$yVxJmJ?j3s== zd1yH2cYu72+;}eGQ{=X0QB(!Vu zLD8`Dlw^Z)4^2Y5Hru3mG1g3K7%NjS|^M^lde)cJ|1+ zS13ii3SceJsj+<(dSp*+KEB*|ZQM68mojaq{Ch&4LXlof@m$3j_0rI6kI$dbUmSKB zAZO2-u;S^n_LuuS{|gE>0%n10JVT(X2SLFC%1jCCR`p20TW#g4to2S6g9cl8f=1 zz;eaaSOu?2>1HgmO0h^_id#HUYgAssignments:

Press the right arrow key or tap to
proceed to the next step.

diff --git a/style.css b/style.css index a4e21bf..91e28fb 100644 --- a/style.css +++ b/style.css @@ -119,9 +119,7 @@ button:disabled { font-size: 16px; text-align: left; } -#assignments{ - text-align: center; -} + #variables-assignments-container { display: flex; @@ -150,12 +148,20 @@ button:disabled { #refresh-btn:hover{ background-color:#333; } +#github{ + height: 30px; +} .footer { + margin-left: 10px; + margin-right: 10px; margin-top: auto; text-align: center; - padding: 10px; + padding-top: 10px; font-size: 14px; color: #000000; border-top: 1px solid #212424; + display: flex; + justify-content: space-between; + flex-wrap: wrap; } \ No newline at end of file