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 {
background-color: lightslategray;
}
/* Dashboard page */
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
@@ -22,6 +24,7 @@ body {
background-color: whitesmoke;
}
/* Login page */
form {
display: block;
margin-left: auto;