summaryrefslogtreecommitdiff
path: root/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'app.css')
-rw-r--r--app.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/app.css b/app.css
index 02aadcf..8a1dd55 100644
--- a/app.css
+++ b/app.css
@@ -1,7 +1,15 @@
+body {
+ background-color: black;
+}
+
h1 {
color : magenta;
}
-body {
- background-color: black;
+h2 {
+ color : cyan;
+}
+
+p {
+ color: white;
} \ No newline at end of file