From 480571e6f72bd655d5ae49195fc2f641b1412127 Mon Sep 17 00:00:00 2001 From: Izaac Date: Mon, 6 May 2024 01:14:33 -0300 Subject: [PATCH] =?UTF-8?q?pequenas=20corre=C3=A7=C3=B5es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index b95d9b0..3d0252c 100644 --- a/css/style.css +++ b/css/style.css @@ -28,6 +28,7 @@ body {margin: 0px; padding: 0px;} padding: 10px; cursor: default; width: 80%; + max-width: 900px; position: relative; top: 40px; font-size: 25px;} /* título principal */ @@ -42,8 +43,9 @@ hr {color: black; position: relative; top: 40px;} border-radius: 25%; cursor: default; width: 55%; + max-width: 700px; position: relative; top: 40px; - font-size: 25px;} + font-size: 15px;} /* título secundário */ #A1 {color: black; cursor: default; @@ -53,13 +55,14 @@ hr {color: black; position: relative; top: 40px;} #I1 {position: relative; top: 40px; cursor: default; - box-shadow: 0px 15px 15px yellow, -15px 0px 15px orange; + box-shadow: 0px 5px 15px yellow, -5px 0px 15px orange; width: 25%; height: 25%; border: solid 2px black;} /* estilização da imagem de relação campo-cidade */ #Te1 {color: black; position: relative; position: relative; top: 40px; + font-size: 15px; cursor: default; width: 90%;} /* estilização do texto de relação campo-cidade */