stuff stuff

This commit is contained in:
ashley 2024-10-04 14:51:31 +00:00
parent 9cdc85ca91
commit 0a35ab0cf0

View File

@ -6,8 +6,6 @@
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.json">
<link href="css/yt-ukraine.svg" rel="icon"> <link href="css/yt-ukraine.svg" rel="icon">
<title>Poke! Calendar</title> <title>Poke! Calendar</title>
</head>
<body>
<style> <style>
body { body {
background-color: #121212; background-color: #121212;
@ -16,17 +14,6 @@ body {
margin: 0; margin: 0;
} }
.container {
text-align: center;
padding: 20px;
background-color: #1e1e1e;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
width: 90%;
max-width: 800px;
margin: auto;
}
.navbar { .navbar {
background-color: #333333; background-color: #333333;
padding: 10px; padding: 10px;
@ -46,6 +33,17 @@ body {
gap: 20px; /* Space between year elements */ gap: 20px; /* Space between year elements */
} }
.container {
text-align: center;
padding: 20px;
background-color: #1e1e1e;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
width: 90%;
max-width: 800px;
margin: auto;
}
h2, h3 { h2, h3 {
color: #bb86fc; color: #bb86fc;
} }
@ -89,8 +87,8 @@ h2, h3 {
background-color: #9c62f3; background-color: #9c62f3;
} }
</style> </style>
</head>
<div class="container"> <body>
<div class="navbar"> <div class="navbar">
<h1>Poke Calendar!! woaww</h1> <h1>Poke Calendar!! woaww</h1>
<div class="years"> <div class="years">
@ -100,6 +98,7 @@ h2, h3 {
</div> </div>
</div> </div>
<div class="container">
<table class="calendar-table"> <table class="calendar-table">
<thead> <thead>
<tr> <tr>