Skip to content

Commit

Permalink
Atualizando arquivos html e css
Browse files Browse the repository at this point in the history
  • Loading branch information
sibellyvih authored May 8, 2024
1 parent 4068722 commit dd84883
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ <h2>Depoimentos</h2>
// Exibe o primeiro depoimento ao carregar a página
showDepoimento(currentIndex);
</script>

<section class="objetivos">
<h2 class"objetivo-titulo">Meus objetivos de viagem</h2>
<button class="botoes">Países que quero conhecer</button>
<button class="botoes">Viagens para esse ano</button>
<button class="botoes">Viagens futuras</button>
<button class="botoes">Datas de embarque</button>
</section>

<div class="jogo">
<h2>English Travel Game</h2>
Expand Down
16 changes: 16 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,22 @@ body {
text-align: right;
padding: 5px;
}

.objetivos {
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.objetivo-titulo {
text-align: left;
width: 100%;
font-size: 32px;
}

.jogo {
text-align: center;
Expand Down

0 comments on commit dd84883

Please sign in to comment.