diff --git a/index.html b/index.html index 4b68c09..944fcd5 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,6 @@

Git

New features

+

Another feature

diff --git a/style.css b/style.css index c4739b4..2aa8020 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,5 @@ -h1 { +h1, +h2, +h3 { text-align: center; }