aboutsummaryrefslogtreecommitdiff
path: root/app/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/css/app.css')
-rw-r--r--app/css/app.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/css/app.css b/app/css/app.css
index 5f3e698..d0abf83 100644
--- a/app/css/app.css
+++ b/app/css/app.css
@@ -1,7 +1,14 @@
/* app css stylesheet */
+* {
+ margin: 0;
+ padding: 0;
+}
+
.world {
position: relative;
+ background-color: lightyellow;
+ overflow: hidden;
}
.world .line {