summaryrefslogtreecommitdiff
path: root/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'app.css')
-rw-r--r--app.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/app.css b/app.css
new file mode 100644
index 0000000..02aadcf
--- /dev/null
+++ b/app.css
@@ -0,0 +1,7 @@
+h1 {
+ color : magenta;
+}
+
+body {
+ background-color: black;
+} \ No newline at end of file