From 632519b3262d61db5cf3143de4a646bfd1b3abab Mon Sep 17 00:00:00 2001 From: Hamza Waheed <137566252+hmzi67@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:25:00 +0500 Subject: [PATCH] update --- Calculator/css/style.css | 3 ++- Calculator/index.html | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Calculator/css/style.css b/Calculator/css/style.css index f5c4ae7..a640379 100644 --- a/Calculator/css/style.css +++ b/Calculator/css/style.css @@ -1,5 +1,4 @@ body { - width: 99%; height: 643px; display: flex; justify-content: center; @@ -104,6 +103,8 @@ footer { color: #000000; text-align: end; bottom: 0; + display: flex; + flex-shrink: 0; } .link { color: black !important; diff --git a/Calculator/index.html b/Calculator/index.html index 68346f4..ca1c47d 100644 --- a/Calculator/index.html +++ b/Calculator/index.html @@ -4,7 +4,10 @@ - + + + + Calculator