diff --git a/index.html b/index.html index 9c5066b..7c65b61 100644 --- a/index.html +++ b/index.html @@ -16,9 +16,9 @@

Box 563, Station P Toronto, ON M5S 2T1 Canada

diff --git a/style.css b/style.css index 0c86ab0..56b4ce4 100644 --- a/style.css +++ b/style.css @@ -5,4 +5,26 @@ body { font-family: 'Concourse OT'; color: var(--red); + max-width: 785px; + margin: 250px; +} + +p { + font-size: 36px; + margin: 1rem 0; +} + +img { + display: inline; + height: 45px; + margin-right: 0.5rem; +} + +address * { + font-style: normal; + font-size: 24px; +} + +ul li span { + font-weight: bold; } \ No newline at end of file