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 */
+}
+
-