diff --git a/dice.css b/dice.css index 1810a81..13486f3 100644 --- a/dice.css +++ b/dice.css @@ -1,6 +1,10 @@ body{ + background: #90ee90; text-align: center; } +.red{ + color: red; +} .dice{ display: flex; justify-content: center; @@ -13,7 +17,16 @@ } .success{ color: red; + font-size: 20px; + font-weight: bold; + margin-top: 0.5px; } .failure{ color: blue; + font-size: 20px; + font-weight: bold; + margin-top: 0.5em; +} +.none{ + display: none; } \ No newline at end of file