Improve static resources directory structure

This commit is contained in:
2026-05-02 23:25:40 +02:00
parent 5333cc9a97
commit 7467a80bb6
3 changed files with 2 additions and 2 deletions
+31
View File
@@ -0,0 +1,31 @@
body {
margin: 0;
}
header {
text-align: center;
}
header h1 {
margin-bottom: 0;
}
form {
display: flex;
justify-content: center;
margin-top: 20px;
width: 100%;
}
form button{
margin-left: 10px;
}
form input{
width: 80%;
}
footer{
text-align: center;
margin-top: 20px;
}