added comments in css for clarification

This commit is contained in:
DaanoGames
2025-04-12 16:39:48 +02:00
parent 5316e784a2
commit b9279f2d7a

View File

@@ -1,7 +1,9 @@
/* Base template */
body { body {
background-color: lightslategray; background-color: lightslategray;
} }
/* Dashboard page */
.grid-container { .grid-container {
display: grid; display: grid;
grid-template-columns: auto auto auto; grid-template-columns: auto auto auto;
@@ -22,6 +24,7 @@ body {
background-color: whitesmoke; background-color: whitesmoke;
} }
/* Login page */
form { form {
display: block; display: block;
margin-left: auto; margin-left: auto;