diff --git a/code/index.html b/code/index.html index bd0fa511e..a59350f64 100644 --- a/code/index.html +++ b/code/index.html @@ -21,8 +21,10 @@

Weather description

+
+ +
- \ No newline at end of file diff --git a/code/styles.css b/code/styles.css index f61d4ef70..2e6576da5 100644 --- a/code/styles.css +++ b/code/styles.css @@ -6,9 +6,6 @@ img { /*Mobile*/ @media screen and (max-width: 600px) { - body { - margin-top: 10px; - } .container { padding: 10px; margin-top: 10px; @@ -124,4 +121,16 @@ body { .forecast-day img { margin-right: 10px; } + +footer { + display: flex; + justify-content: center; + margin-top: 20px; + color: #fff; + background-color: #d1c4e9; + border-radius: 20px; + border-style: dotted; + padding: 10px; + margin-top: 20px; +} \ No newline at end of file