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
@@ -1,31 +0,0 @@
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;
}
-23
View File
@@ -1,23 +0,0 @@
.global-nav {
display: flex;
justify-content: center;
padding: 10px 0;
border-bottom: 1px solid #000000;
}
.global-nav ul {
display: flex;
list-style: none;
margin: 0;
padding: 0;
gap: 30px;
}
.nav-item a {
text-decoration: none;
color: black;
}
.nav-item a:hover {
text-decoration: underline;
}