1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 01:34:43 -05:00

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 href="css/yt-ukraine.svg" rel="icon">
<title>Poke! Calendar</title>
</head>
<body>
<style>
body {
background-color: #121212;
@ -16,17 +14,6 @@ body {
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 {
background-color: #333333;
padding: 10px;
@ -46,6 +33,17 @@ body {
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 {
color: #bb86fc;
}
@ -89,8 +87,8 @@ h2, h3 {
background-color: #9c62f3;
}
</style>
<div class="container">
</head>
<body>
<div class="navbar">
<h1>Poke Calendar!! woaww</h1>
<div class="years">
@ -100,6 +98,7 @@ h2, h3 {
</div>
</div>
<div class="container">
<table class="calendar-table">
<thead>
<tr>