Updated content and added Minecraft page

This commit is contained in:
Bo⋆˚✿˖° 2024-12-02 20:48:42 +01:00
parent 3eaef2ab70
commit 104d906983
5 changed files with 137 additions and 14 deletions

View file

@ -26,7 +26,7 @@ body {
}
p {
font-size: 18px;
font-size: 16px;
color: var(--text-color);
}
@ -50,6 +50,11 @@ footer p {
}
/* Custom classes */
.box {
min-width: 80%;
max-width: 90%;
margin-inline: auto;
}
.invert {
background-color: var(--text-color);
@ -63,10 +68,27 @@ footer p {
.tag {
font-style: italic;
font-size: 15px;
font-size: 14px;
user-select: none;
}
.no-select {
user-select: none;
}
}
.center {
text-align: center;
}
.rule {
font-size: 16px;
font-weight: bold;
}
.smoll {
font-size: 12px;
}
.bold {font-weight: bold;}
.no-background a:hover {background-color: transparent;}