Skip to content

Commit

Permalink
Correções
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaacCoding36 authored May 6, 2024
1 parent 770e9a7 commit 381ac03
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html {background: #e7e7e7e7;
background-repeat: no-repeat;
font-family:'Orbitron', sans-serif;
align-items: center;
font-size: 20px;}
font-size: 25px;}
/* definição da cor de fundo, fontes e demais parâmetros do html */

body {margin: 0px; padding: 0px;}
Expand All @@ -30,7 +30,7 @@ body {margin: 0px; padding: 0px;}
width: 80%;
max-width: 900px;
position: relative; top: 40px;
font-size: 25px;}
font-size: 30px;}
/* título principal */

hr {color: black; position: relative; top: 40px;}
Expand All @@ -45,7 +45,7 @@ hr {color: black; position: relative; top: 40px;}
width: 55%;
max-width: 700px;
position: relative; top: 40px;
font-size: 15px;}
font-size: 21px;}
/* título secundário */

#A1 {color: black; cursor: default;
Expand All @@ -56,7 +56,7 @@ hr {color: black; position: relative; top: 40px;}
#I1 {position: relative; top: 40px;
cursor: default;
box-shadow: 0px 5px 15px yellow, -5px 0px 15px orange;
width: 25%; height: 25%;
width: 30%; height: 25%;
border: solid 2px black;}
/* estilização da imagem de relação campo-cidade */

Expand All @@ -69,7 +69,7 @@ hr {color: black; position: relative; top: 40px;}
#Te2 {color: black;
cursor: default;
position: relative; top: 40px;
font-size: 9px; width: 90%;}
font-size: 15px; width: 90%;}
/* fonte matriz da página e políticas de privacidade/termos de serviço, etc */

a {color: white;}
Expand All @@ -83,5 +83,4 @@ a:hover {color: cyan;}
/* Proporções Extras */

@media screen and (min-width: 900px){
#I1 {width: 20%; height: 20%;}
}

0 comments on commit 381ac03

Please sign in to comment.