From 0ca25f9f910533b0bc800c0bd7bee802eff4a39a Mon Sep 17 00:00:00 2001 From: Zachary Watts Date: Sun, 26 Apr 2026 11:32:29 -0400 Subject: [PATCH] making the html and css better --- templates/sheet.html | 52 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 45 insertions(+), 7 deletions(-) diff --git a/templates/sheet.html b/templates/sheet.html index 8d9c8ab..26a7cc1 100644 --- a/templates/sheet.html +++ b/templates/sheet.html @@ -11,14 +11,52 @@ -
- {%for character in sheets%} -
-

-

{{character | join("\n")}}
-

+
+ + +
+
+
+
+
+

Welcome to the Dungeon

+

Below are your randomly generated characters!

+ +
+ {%for character in sheets%} +
+

Character!

+
{{character | join("\n")}}
+
+ {%endfor%} +
+
+
+
- {%endfor%}