Skip to content

Commit

Permalink
pequenas correções
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaacCoding36 authored May 6, 2024
1 parent 5e474a9 commit 480571e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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;
Expand All @@ -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 */

Expand Down

0 comments on commit 480571e

Please sign in to comment.