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;