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