diff --git a/Calculator/css/style.css b/Calculator/css/style.css index 881279c..f5c4ae7 100644 --- a/Calculator/css/style.css +++ b/Calculator/css/style.css @@ -1,6 +1,6 @@ body { - width: 100%; - height: 700px; + width: 99%; + height: 643px; display: flex; justify-content: center; align-items: center; @@ -20,6 +20,7 @@ body { .calculator:hover { box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5); } + .inputText { background-color: rgba(117, 6, 6, 0); color: rgb(0, 0, 0); @@ -86,6 +87,8 @@ footer { top: 600px; right: 10px; color: white; + bottom: 0; + position: fixed; } a { color: white; @@ -100,9 +103,7 @@ a:hover { footer { color: #000000; text-align: end; - position: fixed; bottom: 0; - width: 100%; } .link { color: black !important; diff --git a/Calculator/index.html b/Calculator/index.html index 2b08336..3df6bdc 100644 --- a/Calculator/index.html +++ b/Calculator/index.html @@ -10,24 +10,15 @@ -
+
-
- -
-
- -
-
- -
@@ -46,11 +37,7 @@ -
-
- -