diff --git a/style.css b/style.css index 5676b59..7741b6b 100644 --- a/style.css +++ b/style.css @@ -10,16 +10,19 @@ body{ font-size: 300px; display: inline-block; cursor: pointer; + font-style: italic; } #g{ font-size: 300px; display: inline-block; cursor: pointer; + text-decoration: underline; } #b{ font-size: 300px; display: inline-block; cursor: pointer; + font-weight: bold; } button{