From 3352ce6e5670a790b99f558b6808fa6518de4725 Mon Sep 17 00:00:00 2001 From: DeenuRSD <124046429+DeenuRSD@users.noreply.github.com> Date: Sat, 19 Oct 2024 03:28:04 +0530 Subject: [PATCH] Update index.html --- index.html | 537 ++++++++++++++++++----------------------------------- 1 file changed, 178 insertions(+), 359 deletions(-) diff --git a/index.html b/index.html index fc49ab1..206b117 100644 --- a/index.html +++ b/index.html @@ -1,369 +1,188 @@ - - - - Badge Website + + + + Responsive Footer with LinkedIn Fix + + /* Ensure content takes remaining space */ + .content { + flex-grow: 1; + padding: 20px; + } + + /* Footer styles */ + .site-footer { + background-color: #333; + color: white; + text-align: center; + padding: 20px; + flex-shrink: 0; + } + + .footer-container { + display: flex; + justify-content: space-around; + padding: 10px; + } + + .footer-section { + flex: 1; + } + + .footer-section h3 { + margin-bottom: 10px; + } + + .footer-section ul { + list-style: none; + } + + .footer-section ul li { + margin: 5px 0; + } - - - - - + + - - - +