diff --git a/index.html b/index.html index 75e7e7e..d2a1aa0 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - R G B + R G B diff --git a/style.css b/style.css index 5676b59..9ddf010 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ body{ #rgb{ padding-top: 75px; margin: auto; + font-family: cursive; } #r{ font-size: 300px; @@ -30,5 +31,4 @@ button{ #r:hover + #rgb{ background-color: red; -} - +} \ No newline at end of file