diff options
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; +} + |
