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; +}