From 826b8c5280999d2acab31a9fcf1d1e0af9349537 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Tue, 26 Nov 2024 16:15:14 -0500 Subject: [PATCH] chore: Fixup Font --- about.html | 267 ++++++++++++++++++++++++++++++++++++++++++++++---- services.html | 4 +- 2 files changed, 251 insertions(+), 20 deletions(-) diff --git a/about.html b/about.html index 0387091..d535d85 100644 --- a/about.html +++ b/about.html @@ -2,33 +2,264 @@ - - - About - Venith Network - - + + + + + + + + + + + + About - Venith - + + /* Grid layout for three sections */ + .grid-container { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + gap: 20px; + text-align: center; + margin: 20px auto; + max-width: 1200px; + } + + /* Transparent background for each column */ + .grid-item { + background-color: rgba(255, 255, 255, 0.2); + padding: 20px; + border-radius: 10px; + border: 1px solid rgba(255, 255, 255, 0.3); + } +/* Hover effect for links */ +nav ul li a:hover { + background-color: #EE4B2B; /* Background changes to orange on hover */ + color: white; /* Text stays white */ +} +
-

About - Venith Network

+

Home - Venith Network

-