From 874b85fc49801a0293025d2d30eac7c2a9eb40cc Mon Sep 17 00:00:00 2001 From: BarbourSmith Date: Fri, 27 Dec 2024 17:02:31 -0800 Subject: [PATCH] Check boxes on new lines --- index.html | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 29404cf..fdaaada 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,14 @@ display: block; margin-bottom: 10px; } + .checkbox-container { + display: flex; + align-items: center; + margin-bottom: 10px; + } + .checkbox-container label { + margin-right: 10px; + } @@ -31,15 +39,18 @@ - - -
- - -
- - -
+
+ + +
+
+ + +
+
+ + +