From 5234cb0cd8125feae498e217feb3b9321067f5b5 Mon Sep 17 00:00:00 2001 From: n loewen Date: Thu, 21 Sep 2023 15:23:30 -0700 Subject: [PATCH] (CSS) Add section comments --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 4f7a600..35fcad8 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,9 @@ font-weight: 900; } + +/* Containers */ + body { width: 100%; height: 100vh; @@ -33,6 +36,9 @@ body { grid-row: center / center; } + +/* Monogram */ + .monogram { display: flex; }