diff options
Diffstat (limited to 'app.css')
-rw-r--r-- | app.css | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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 |