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