To-do page!

This commit is contained in:
bingus_violet 2023-12-22 16:34:44 +00:00
parent f34f5900a8
commit 39ebeb0d4d
4 changed files with 47 additions and 27 deletions

View file

@ -14,10 +14,20 @@ h1 {
}
h2,
h3 {
h3,
li {
color: white;
}
ul {
display: inline-block
}
li {
font-size: 1.5rem;
text-align: left;
}
body,
html {
overflow-x: hidden;