From 430ccd9f77823fc4e3fafdb52dc6fa176eabb125 Mon Sep 17 00:00:00 2001 From: theanishtar Date: Tue, 15 Oct 2024 12:34:40 +0700 Subject: [PATCH] style: basic style footer --- app/footer/page.tsx | 22 ++--------- styles/footer.css | 94 ++------------------------------------------- 2 files changed, 7 insertions(+), 109 deletions(-) diff --git a/app/footer/page.tsx b/app/footer/page.tsx index 9c18da2..688cbbd 100644 --- a/app/footer/page.tsx +++ b/app/footer/page.tsx @@ -6,26 +6,10 @@ export default function Footer() { return (
diff --git a/styles/footer.css b/styles/footer.css index 146f5e1..206310a 100644 --- a/styles/footer.css +++ b/styles/footer.css @@ -4,99 +4,13 @@ box-sizing: border-box; } */ footer { - background-color: #111; -} - -.footerContainer { - width: 100%; - padding: 70px 30px 20px; -} - -.socialIcons { - display: flex; + z-index: 5; + position: relative; + border-top: solid 1px #59595936; justify-content: center; -} - -.socialIcons a { - text-decoration: none; - padding: 10px; - background-color: white; - margin: 10px; - border-radius: 50%; -} - -.socialIcons a i { - font-size: 2em; - color: black; - opacity: 0, 9; -} - -/* Hover affect on social media icon */ -.socialIcons a:hover { - background-color: #111; - transition: 0.5s; -} - -.socialIcons a:hover i { - color: white; - transition: 0.5s; -} - -.footerNav { - margin: 30px 0; -} - -.footerNav ul { display: flex; - justify-content: center; - list-style-type: none; -} - -.footerNav ul li a { - color: white; - margin: 20px; - text-decoration: none; - font-size: 1.3em; - opacity: 0.7; - transition: 0.5s; - -} - -.footerNav ul li a:hover { - opacity: 1; } -.footerBottom { - background-color: #000; - padding: 20px; +footer p { text-align: center; -} - -.footerBottom p { - color: white; -} - -.designer { - opacity: 0.7; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 400; - margin: 0px 5px; -} - -@media (max-width: 700px) { - .footerNav ul { - flex-direction: column; - } - - .footerNav ul li { - width: 100%; - text-align: center; - margin: 10px; - } - - .socialIcons a { - padding: 8px; - margin: 4px; - } } \ No newline at end of file