From 133ed50e9651f77c34e96b32420ac6a76af9d888 Mon Sep 17 00:00:00 2001 From: Brandalize2008 <131811303+Brandalize2008@users.noreply.github.com> Date: Tue, 7 Nov 2023 17:02:49 -0300 Subject: [PATCH] Update style.css --- style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/style.css b/style.css index 8b13789..652b5b8 100644 --- a/style.css +++ b/style.css @@ -1 +1,16 @@ +body { + background: #d6790f +} +h1{ + text-align:center; + color: rgb(49, 36, 172); +} + +p { + text-align: center; +} + +em strong { + color: #233791; +}