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); -}