diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index affd975..97b98f4 100644 --- a/static/style.css +++ b/static/style.css @@ -122,4 +122,13 @@ footer { display: none; overflow: hidden; background-color: #f1f1f1; +} + +.container { + max-width: 800px; + margin: 0 auto; + padding: 20px; + background: rgba(255, 255, 255, 0.8); + border-radius: 10px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } \ No newline at end of file |