Skip to content

Commit

Permalink
atualização
Browse files Browse the repository at this point in the history
  • Loading branch information
izabellyarmeris committed Jul 7, 2024
1 parent 1175552 commit 7862338
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cadastro.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ form {
height: 90%;
}
.cadastro_h1 {
color: beige;
color: rgb(233, 233, 233);
}
2 changes: 1 addition & 1 deletion login.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
color: beige;
color: rgb(0, 0, 0);
}
main {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Descrição:

- Projeto responsivo desenvolvido utilizando tecnologias de front-end. Desenvolvi no meu curso de programação web no Instituto Proa.
- Site responsivo utilizando tecnologias front-end. O "Formulario Viagens" é um projeto com base em sites de viagens.

<br>

Expand Down
2 changes: 1 addition & 1 deletion viagens.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ header {
}

header img {
width: 150px;
width: 180px;
}

header a {
Expand Down
2 changes: 1 addition & 1 deletion viagens.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<body>
<header>
<img src="./midia/plane.gif" alt="Logo de avião" />
<img src="./midia/airport-animate.svg" alt="Logo de avião" />
<h1 class="bem_vindo_h1">Bem vindo à Bel Viagens!</h1>

<a class="botao_sair" href="./login.html">Sair</a>
Expand Down

0 comments on commit 7862338

Please sign in to comment.