From a005add5513182abb0b1230cf514c7a45b290e4b Mon Sep 17 00:00:00 2001 From: Daniel Hader Date: Sun, 10 May 2026 10:15:56 -0500 Subject: database with problem model --- static/default.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 static/default.css (limited to 'static/default.css') diff --git a/static/default.css b/static/default.css new file mode 100644 index 0000000..c1670c3 --- /dev/null +++ b/static/default.css @@ -0,0 +1,18 @@ + +body { + background: rgb(100,180,230); +} + +#container { + width: 800px; + margin: auto; + padding: 20px; + background: rgb(255,255,200); +} + +.problem { + border: 1px solid black; + padding: 0 8px; + margin: 8px; +} + -- cgit v1.2.3