From b9279f2d7ae5b4e5a7045fd9a875cd570de60d2b Mon Sep 17 00:00:00 2001 From: DaanoGames Date: Sat, 12 Apr 2025 16:39:48 +0200 Subject: [PATCH] added comments in css for clarification --- application/static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/static/style.css b/application/static/style.css index b2c9daf..2505a67 100644 --- a/application/static/style.css +++ b/application/static/style.css @@ -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;