summaryrefslogtreecommitdiff
path: root/styles/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/main.css')
-rw-r--r--styles/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/styles/main.css b/styles/main.css
index bddd9c2..0472fab 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -6,6 +6,7 @@ html, body {
body {
min-height: 100vh;
margin:0;
+ background-color: #eee;
}
user {
@@ -51,4 +52,12 @@ nav .nav-el {
nav .nav-el:hover {
color: white;
+}
+
+content {
+ display: block;
+ margin-top: 100px;
+ margin-left: 50px;
+ margin-right: 50px;
+ margin-bottom:50px;
} \ No newline at end of file