diff --git a/index.html b/index.html index 0565041..e68eb60 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
-

Mouse Over:

+

Mouse Over

diff --git a/styles.css b/styles.css index ad86b3b..90a6539 100644 --- a/styles.css +++ b/styles.css @@ -2,7 +2,12 @@ max-width: 75%; margin: 1em auto; } - +html { + font-family: Arial,Helvetica,sans-serif; +} +h2 { + font-size: 2.8rem; +} .grid { display: grid; grid-template-columns: repeat(4, 1fr);