From 8f48e8226c14ce3064c133bfbb25606f93e06493 Mon Sep 17 00:00:00 2001 From: Anaclarafarkoski <131811380+Anaclarafarkoski@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:57:16 -0300 Subject: [PATCH] Update style.css --- style.css | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 0b34e02..ae35912 100644 --- a/style.css +++ b/style.css @@ -1,16 +1,41 @@ +.imagem{ + width: 500px; +} + +nav{ + + font-size: 30px; +} + +nav li{ + display: inline-flex; + margin-left:30%; +} + +nav li:hover{ + + color: red; + font-size: 35px; + transition: 0.8s; + +} + + + body { - background: #1ed7d4 + background-color: #0bc7c4 } h1 { text-align: center; - color: chartreuse ; -} +} + +.centro{ -p { text-align: center; + font-family:Cambria,Cochin,Georgia,Times,'Times New Roman',Serif; + } + -em strong { - color: #FF0000; -} +