chore: Site Fixes

This commit is contained in:
MattTheTekie 2025-06-20 19:46:48 -04:00
commit c0fe788313
2 changed files with 31 additions and 2 deletions

View file

@ -44,3 +44,31 @@ IMG {max-width:99%;height:auto;}
}
}
/* Container for the main content and the grid layout */
main {
padding: 20px;
margin-top: 100px; /* Enough margin-top to avoid overlap */
}
/* 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 */
}

View file

@ -1,4 +1,5 @@
<html lang="zh-cmn-hans" class="font-auto"><head>
<html lang="zh-cmn-hans" class="font-auto">
<head>
<meta charset="UTF-8">
<meta property="og:type" content="summary">
<meta property="og:site_name" content="Venith Network">
@ -12,7 +13,7 @@
<meta property="keywords" content="90s Web, 2000s, Political, Digital Cheese, TDK, Venith, Blog, Neocities, 3DSPaint, DSiPaint, Gaming, Web, HTML, CSS, Programming, Email, Tutorials, Guilded, Discord, YouTube, Twitter">
<link rel="icon" type="image/png" href="http://www.venith.net/legacy/assets/images/banner.png">
<link href="http://www.venith.net/legacy/assets/css/venith-legacy.css" rel="stylesheet" type="text/css">
<title>Home - Venith</title>
<title>Home - Venith Network</title>
<style>
</style></head>