Created index markdown

This commit is contained in:
Jonas Zeunert
2024-04-23 14:54:16 +02:00
parent 53e6b20587
commit 0988000601
6 changed files with 104 additions and 0 deletions

13
style.css Normal file
View File

@@ -0,0 +1,13 @@
body {
background-color: #222831;
color: #FFD5E5;
}
label {
color: #A6FF96;
}
input {
background-color: black;
color: #A6FF96;
border-width: 2px;
border-color: #FFD5E5;
}