Change styles directory

This commit is contained in:
2026-05-02 17:30:56 +02:00
parent 36d584f238
commit a79976036a
2 changed files with 1 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
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;
}