From e8aa0d3675dde78b782c60002d430a626414aa68 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Tue, 27 Mar 2018 09:51:40 +0200 Subject: [PATCH] some style --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..7b2fdd7 --- /dev/null +++ b/style.css @@ -0,0 +1,10 @@ +html{ + background-color:black; + color:white; +} +.success{ + color:green; +} +.danger{ + color: red; +}