From cbc18fce1829b86fc12ef8b761bcbb1d6680e531 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Fri, 11 Nov 2022 19:32:48 -0500 Subject: [PATCH] Mess with the margins a little --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index fc40b4f..7bf164c 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,16 @@ body { color: white; font-family: sans-serif; } +h1 { + margin-top: 90px; + margin-bottom: 40px; + text-align: center; +} +p { + margin: 0 10%; +} #thumbnails { + margin: 30px 10px; display: flex; flex-wrap: wrap; gap: 30px;