Change Folder structure

This commit is contained in:
2026-05-02 14:30:42 +02:00
parent f87de43634
commit d78b3969c7
2 changed files with 25 additions and 25 deletions
+29
View File
@@ -0,0 +1,29 @@
body{
margin: 0;
}
header{
text-align: center;
}
h1{
margin-bottom: 0;
}
h3{
margin-top: 0;
}
#searchbar{
text-align: center;
}
#searchbar input[type="search"]{
width: 60%;
margin-bottom: 10px;
}
footer{
justify-content: center;
margin-top: 100px;
display: flex;
gap: 20px;
border-top: 1px solid;
}