diff --git a/index.html b/index.html index 164db92..e57ee3c 100644 --- a/index.html +++ b/index.html @@ -136,6 +136,30 @@

Choose Your Destination

- + diff --git a/styles/style.css b/styles/style.css index 3761307..e76f546 100644 --- a/styles/style.css +++ b/styles/style.css @@ -207,5 +207,38 @@ select { .your-destination p { width: 50%; + margin: 24px auto; + margin-bottom: 48px; +} + +/* Footer section */ +.footer-section { + background: rgba(19, 19, 24, 0.05); + padding: 2rem 0; +} + +.footer-section .logo { + margin: 2rem auto; +} + +.footer-section p { + width: 70%; margin: 0 auto; } + +.social { + width: 200px; + display: flex; + justify-content: space-between; + align-items: center; + margin: 2rem auto; +} + +.social i { + height: 44px; + font-size: 24px; +} + +.footer-section hr { + margin: 2rem 0; +}