diff --git a/index.html b/index.html index d8e4cd4..1292a90 100755 --- a/index.html +++ b/index.html @@ -33,7 +33,10 @@
-

Click a button!

+

+
+ Click a button! +

diff --git a/style.css b/style.css index db9da45..6b66938 100755 --- a/style.css +++ b/style.css @@ -170,8 +170,11 @@ a:hover { #page p.initial-text:first-child { font-size: 18pt; text-align: center; - margin-top: 70px; - margin-bottom: 70px; +} + +#page p.initial-text i { + font-size: 32pt; + margin-bottom: 15px; } .notice {