From 8cf604d4fdffc2d17892af4fd1a9dac05537c938 Mon Sep 17 00:00:00 2001 From: codermain Date: Wed, 6 Sep 2023 20:57:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=BE=D0=B9=20=D0=B2=D0=B0=D1=80=D0=B8?= =?UTF-8?q?=D0=B0=D0=BD=D1=82=20bp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 14c3d32..639a364 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ .header { - background-color: #038fd3; + background-color: red; color: white; margin-bottom: 10px; padding: 10px; + border-radius: 7px; }