-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9a9669
commit 3e92ab8
Showing
3 changed files
with
187 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,131 +1,135 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;700&display=swap'); | ||
|
||
:roof { | ||
--cor-de-fundo-titulo-principal: #F4D03F; | ||
--background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%); | ||
--cor-de-fundo-titulo-principal: #F4D03F; | ||
--background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%); | ||
} | ||
|
||
html, body { | ||
font-family: 'Arial', sans-serif; | ||
margin: 0; | ||
padding: 0; | ||
height: 100%; | ||
width: 100%; | ||
color: white; | ||
background: black; | ||
font-family: 'Arial', sans-serif; | ||
margin: 0; | ||
padding: 0; | ||
height: 100%; | ||
width: 100%; | ||
color: white; | ||
background: black; | ||
} | ||
|
||
header { | ||
color: black; | ||
background: white; | ||
padding: 10px 0px; | ||
color: black; | ||
background: white; | ||
padding: 10px 0px; | ||
} | ||
|
||
.caixa { | ||
position: relative; | ||
margin: 0 auto; | ||
flex-wrap: wrap; | ||
position: relative; | ||
margin: 0 auto; | ||
flex-wrap: wrap; | ||
} | ||
|
||
.caixa h1 { | ||
font-size: 25px; | ||
color: rgb(0, 69, 0); | ||
padding-left: 85px; | ||
padding-bottom: 29px; | ||
font-size: 25px; | ||
color: rgb(0, 69, 0); | ||
padding-left: 85px; | ||
padding-bottom: 29px; | ||
} | ||
|
||
.caixa ul { | ||
padding-right: 85px; | ||
padding-right: 85px; | ||
} | ||
|
||
nav { | ||
position: absolute; | ||
top: 20px; | ||
right: 0; | ||
position: absolute; | ||
top: 20px; | ||
right: 0; | ||
} | ||
|
||
nav li { | ||
display: inline; | ||
margin: 0 0 0 15px; | ||
display: inline; | ||
margin: 0 0 0 15px; | ||
} | ||
|
||
nav a { | ||
color: black; | ||
font-weight: bold; | ||
font-size: 20px; | ||
text-decoration: none; | ||
color: black; | ||
font-weight: bold; | ||
font-size: 20px; | ||
text-decoration: none; | ||
} | ||
|
||
nav a:hover { | ||
color: rgb(138, 59, 125); | ||
text-decoration: underline; | ||
} | ||
color: rgb(138, 59, 125); | ||
text-decoration: underline; | ||
} | ||
|
||
.titulo-principal { | ||
font-size: 23px; | ||
color: white; | ||
background-color: #F4D03F; | ||
background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%); | ||
flex-wrap: wrap; | ||
text-align: center; | ||
font-family: "Chakra Petch", sans-serif; | ||
font-weight: 400; | ||
font-style: normal; | ||
padding: 5px; | ||
font-size: 23px; | ||
color: white; | ||
background-color: #F4D03F; | ||
background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%); | ||
flex-wrap: wrap; | ||
text-align: center; | ||
font-family: "Chakra Petch", sans-serif; | ||
font-weight: 400; | ||
font-style: normal; | ||
padding: 5px; | ||
} | ||
|
||
h1 { | ||
opacity: 0; /* Inicialmente invisível */ | ||
transform: translateY(-50px); /* Posição inicial acima */ | ||
animation: titleEntrance 1s forwards; /* Animação de entrada */ | ||
} | ||
opacity: 0; /* Inicialmente invisível */ | ||
transform: translateY(-50px); /* Posição inicial acima */ | ||
animation: titleEntrance 1s forwards; /* Animação de entrada */ | ||
} | ||
|
||
/* Animação de entrada */ | ||
@keyframes titleEntrance { | ||
to { | ||
opacity: 1; /* Torna o título visível */ | ||
transform: translateY(0); /* Retorna à posição original */ | ||
/* Animação de entrada */ | ||
@keyframes titleEntrance { | ||
to { | ||
opacity: 1; /* Torna o título visível */ | ||
transform: translateY(0); /* Retorna à posição original */ | ||
} | ||
} | ||
} | ||
|
||
h2 { | ||
text-align: center; | ||
padding: 16px 0; | ||
font-size: 32px; | ||
font-family: "Chakra Petch", sans-serif; | ||
} | ||
h2 { | ||
text-align: center; | ||
padding: 16px 0; | ||
font-size: 32px; | ||
font-family: "Chakra Petch", sans-serif; | ||
} | ||
|
||
p { | ||
font-size: 22px; | ||
text-align: center; | ||
} | ||
p { | ||
font-size: 22px; | ||
text-align: center; | ||
} | ||
|
||
.workshop { | ||
width: 100%; | ||
margin: 0 auto; | ||
text-align: center; | ||
position: relative; /* Adicionado para posicionar as setas */ | ||
} | ||
.workshop { | ||
width: 100%; | ||
margin: 0 auto; | ||
text-align: center; | ||
position: relative; /* Adicionado para posicionar as setas */ | ||
} | ||
|
||
img { | ||
max-width: 500px; | ||
max-height: 450px; | ||
margin: auto; | ||
display: block; | ||
padding: 20px; | ||
} | ||
.workshop-naahs { | ||
padding: 40px 0; | ||
} | ||
|
||
.rodape { | ||
font-size: 18px; | ||
padding: 40px 0; | ||
text-align: center; | ||
background: rgb(48, 96, 52); | ||
color: white; | ||
} | ||
img { | ||
max-width: 500px; | ||
max-height: 450px; | ||
margin: auto; | ||
display: block; | ||
padding: 20px; | ||
} | ||
|
||
.copyright { | ||
color: #FFFFFF; | ||
font-size: 13px; | ||
margin: 20px 0 0; | ||
padding: 10px; | ||
} | ||
.rodape { | ||
font-size: 18px; | ||
padding: 40px 0; | ||
text-align: center; | ||
background: rgb(48, 96, 52); | ||
color: white; | ||
} | ||
|
||
.copyright { | ||
color: #FFFFFF; | ||
font-size: 13px; | ||
margin: 20px 0 0; | ||
padding: 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters