diff options
| author | Daniel Hader <[email protected]> | 2026-05-10 10:15:56 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-05-10 10:15:56 -0500 |
| commit | a005add5513182abb0b1230cf514c7a45b290e4b (patch) | |
| tree | 5fb5c249d8828ba62f4ae91cbe0e8b5a440be570 /static/default.css | |
database with problem model
Diffstat (limited to 'static/default.css')
| -rw-r--r-- | static/default.css | 18 |
1 files changed, 18 insertions, 0 deletions
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; +} + |
