iono i changed some htigns

This commit is contained in:
2024-01-20 17:52:25 +01:00
parent a040aded1b
commit d3552459a3
6 changed files with 27 additions and 22 deletions

23
styles/global.css Normal file
View File

@@ -0,0 +1,23 @@
/* Common styles for all pages */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #161c21;
color: aliceblue;
}
h2 {
text-align: center;
}
form {
max-width: 300px;
margin: 0 auto;
}
a {
display: block;
margin-top: 10px;
text-align: center;
}

View File

View File

@@ -1,21 +0,0 @@
/* Common styles for all pages */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
h2 {
text-align: center;
}
form {
max-width: 300px;
margin: 0 auto;
}
a {
display: block;
margin-top: 10px;
text-align: center;
}