From ff92fb7ad8960506f451a188b907aea9e4bb4d47 Mon Sep 17 00:00:00 2001 From: Ccccadyrov Date: Sun, 16 Oct 2022 14:27:35 +1000 Subject: [PATCH] fix --- styles/style.css | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/styles/style.css b/styles/style.css index 4cdb656..9356fef 100644 --- a/styles/style.css +++ b/styles/style.css @@ -4,6 +4,17 @@ body { width: 100%; background-color: beige; } +a:hover { + color:rgb(221, 72, 18); +} + +.main_link { + font-size: 28px; + line-height: 32px; + text-decoration: none; + font-weight: 650; + color: rgb(255, 102, 0); +} .hello { border-radius: 4px; width: 700px; @@ -100,14 +111,4 @@ ul { line-height: 20px; font-weight: 600; } -a:hover { - color:rgb(221, 72, 18); -} -.main_link { - font-size: 28px; - line-height: 32px; - text-decoration: none; - font-weight: 650; - color: rgb(255, 102, 0); -}