diff --git a/assets/images/facebook-icon.png b/assets/images/facebook-icon.png new file mode 100644 index 0000000..34769d9 Binary files /dev/null and b/assets/images/facebook-icon.png differ diff --git a/assets/images/instagram-icon.png b/assets/images/instagram-icon.png new file mode 100644 index 0000000..a0129a3 Binary files /dev/null and b/assets/images/instagram-icon.png differ diff --git a/assets/images/youtube-icon.png b/assets/images/youtube-icon.png new file mode 100644 index 0000000..09d8cd6 Binary files /dev/null and b/assets/images/youtube-icon.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css index e182c36..611e976 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -151,6 +151,31 @@ body { } +.page-footer { + display: flex; + flex-direction: column; + align-items: center; + background: #000000; + padding: 38px 0; +} + +.footer-icons { + display: flex; + list-style-type: none; + margin-bottom: 16px; +} + +.footer-icon { + margin: 0 8px; +} + +.footer-text { + text-transform: uppercase; + line-height: 12px; + font-size: 10px; + color: #BDBDBD; +} + /* MEDIAS QUERIES */ @media screen and (max-width: 414px) { @@ -186,6 +211,15 @@ body { .bottom-card-description { font-size: 14px; } + + .page-footer { + padding-bottom: 26px; + } + + .footer-text { + max-width: 280px; + text-align: center; + } } @media screen and (max-width: 992px) { @@ -234,8 +268,6 @@ body { } - - @media screen and (min-width: 769px ) and (max-width: 1200px) { .top-cards { grid-template-columns: repeat(2, max-content); diff --git a/index.html b/index.html index f73e83d..06202e2 100644 --- a/index.html +++ b/index.html @@ -89,5 +89,30 @@ + + \ No newline at end of file