From 46bb8c3a03ba4cf25eca67473db59565884d1930 Mon Sep 17 00:00:00 2001 From: TechRunner Date: Wed, 15 Oct 2025 11:29:27 -0500 Subject: [PATCH] Updated links to have images for the sites --- pages/links.html | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/pages/links.html b/pages/links.html index e00e446..f07cda7 100644 --- a/pages/links.html +++ b/pages/links.html @@ -11,7 +11,7 @@ padding:0; } body{ - background-color: #774477; + background-color: #2f0849; text-align: center; display: flex; align-items: center; @@ -21,21 +21,29 @@ display: flex; align-items: center; flex-direction: column; - background-color: rgb(13, 86, 223); - height: 100vh; - width: 250px; + background-color: rgba(47, 105, 211, 0.479); + margin-top: 3vh; + height: 94vh; + width: 400px; + border-radius: 50px; } .socialList{ display: flex; flex-direction: column; align-items: center; - width: 200px; + width: 400px; + overflow: scroll; } .socialLink{ - background-color: #227777; - width: 200px; + background-color: #227777ad; + width: 300px; margin: 5px; - border-radius: 15px; + border-radius: 50px; + height: 200px; + padding: 10px; + display: flex; + flex-direction: column; + align-items: center; } li{ height:80px; @@ -57,7 +65,7 @@
@@ -69,38 +77,38 @@