add html template that loads css file

This commit is contained in:
Eveline-97
2025-04-08 14:30:32 +02:00
parent 76bef9f32a
commit 892da17531
2 changed files with 72 additions and 0 deletions

View File

@@ -23,6 +23,15 @@ input[type=text] {
background-color: var(--background);
}
h1 {
font-size: 15px;
font-weight: 400;
color: var(--active);
position: relative;
width: fit-content;
margin: 0.3em auto;
}
/*navigation*/
#nav,
#navPlayers {