From 42e9f92143bebc5543940c46a424a228aeda3e7a Mon Sep 17 00:00:00 2001 From: Smig Tech Date: Thu, 12 Oct 2023 21:41:17 -0400 Subject: [PATCH] feat: add favicon and footer --- calculator/css/style.css | 8 ++++++++ calculator/faviocon.svg | 1 + calculator/index.html | 18 +++++++++++++----- static/faviocon.svg | 1 + 4 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 calculator/faviocon.svg create mode 100644 static/faviocon.svg diff --git a/calculator/css/style.css b/calculator/css/style.css index e6dc873..dedd30a 100644 --- a/calculator/css/style.css +++ b/calculator/css/style.css @@ -63,6 +63,13 @@ background-color: #FF6D60; } +.footer { + margin-top: 30px; +} + +.footer a { + text-decoration: none; +} body { display: flex; justify-content: center; @@ -73,4 +80,5 @@ body { margin-top: 80px; padding: 10px; background-color: #F0ECE2; + flex-direction: column; } \ No newline at end of file diff --git a/calculator/faviocon.svg b/calculator/faviocon.svg new file mode 100644 index 0000000..8658d43 --- /dev/null +++ b/calculator/faviocon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/calculator/index.html b/calculator/index.html index 9151946..88c397a 100644 --- a/calculator/index.html +++ b/calculator/index.html @@ -1,16 +1,20 @@ + - + + Calculator + -
+
0
@@ -35,7 +39,11 @@
-
- + + + - \ No newline at end of file + + diff --git a/static/faviocon.svg b/static/faviocon.svg new file mode 100644 index 0000000..8658d43 --- /dev/null +++ b/static/faviocon.svg @@ -0,0 +1 @@ + \ No newline at end of file