From d870d4da60960642867d0fe7ad9fcc1ef79ca958 Mon Sep 17 00:00:00 2001 From: Denise Heuert <141267547+deniseheuert@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:16:17 -0300 Subject: [PATCH] s --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 6f2f50c..af04d91 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,11 @@ body { color: white; background-color: black; -} \ No newline at end of file +} +section { + background: rgb(184, 156, 213); + padding-bottom: 80px; + padding-top: 80px; + display: flex; + justify-content: center; + }