diff --git a/index.html b/index.html index d77c771..745db16 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - placeholder.html + {{ occupation }} - {{ name }} @@ -11,8 +11,10 @@

{{ name }}

{{ occupation }}

- - {{ address }} + + + {{ address }} +

@@ -27,7 +29,7 @@

- + Whatsapp diff --git a/styles.css b/styles.css index 89d043e..964b565 100644 --- a/styles.css +++ b/styles.css @@ -25,4 +25,7 @@ a:hover, a:any-link{ text-decoration: none; font-style: italic; color: inherit; +} +h1, h2, h3{ + line-height: .8; } \ No newline at end of file