mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 11:19:58 +00:00
added comments in css for clarification
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user