diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-11-27 15:56:10 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-11-27 15:56:10 -0600 |
commit | dcb4e28e36ba25bdc4be12581e962f57cad1672c (patch) | |
tree | b5b4d2bbe8c8d12161bacf1afe12f31b90ce5623 /app.css | |
parent | eaf6cea63b30127f418798afaba834aaba33874d (diff) |
Added links section
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 |