Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
stemendesz authored Aug 2, 2024
1 parent 83d77f7 commit bb1f433
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 83 deletions.
85 changes: 41 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,50 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Frutas</title>


<title>FORMULÁRIO</title>
</head>
<body>
<header class="header">
<div class="pagina1"></div>

<h1>Frutinhas saborosas</h1>

<img src="frutas.jpeg" id="fruta1">

<nav>
<ul class="lista1">
<center>
<li><a href="https://www.receiteria.com.br/receitas-de-sucos/">Sucos com Frutas</a></li>

<li><a href="https://www.todamateria.com.br/frutas/">Mais consumidas</a></li>

<li><a href="https://brasilescola.uol.com.br/frutas">Beneficios</a></li>

</center>
</ul>
</nav>
</header>

<form>

<div class="Formulário">

<label for="nome">Nome</label>
<input typ="text" id="nome" class="input-padrao" required>


<label for="sobrenome">Sobrenome</label>
<input type="text" id="sobrenome" class="input-padrao" required>

<label for="email">E-mail</label>
<input type="email" id="email" class="input-padrao" required placeholder="seuemail@dominio.com">

<label for="Telefone">Telefone</label>
<input type="tel" id="Telefone" class="input-padrao" required placeholder="(XX)XXXXX-XXXX">

<label for="mensagem">Mensagem</label>
<textarea cols="70" rows="10" id="mensagem" class="input-padrao"></textarea></textarea>

<fieldset>
<legend> Como prefere o nosso contato? </legend>

<div class="pagina2">

<h3>Melhores vitaminas ataves das frutas</h3>
<p>O consumo de frutas é uma recomendação nutricional popular, e não é pra menos: ricas em fibras e micronutrientes, as frutas são elementos indispensáveis em uma alimentação equilibrada e saudável.<br> Neste artigo, apresentamos uma tabela de composição das frutas frescas e secas, para orientar a prescrição nutricional destes alimentos saborosos e nutritivos.</p>

<nav>
<img src="fruta2.jpeg"id="fruta2">
<img src="frutas3.jpeg"id="aa">
<img src="frutas5.jpeg" id="cc">
<ul>

</ul>
</nav>

<footer>
<img scr="ima.png" alt="Stefanni Kamily" class="oo">
<p class="copyright">&copy; Frutas - 2024</p>
</footer>



</fieldset>







<input type="submit" value="Enviar Formulário">





</div>

</form>

</body>
</html>
45 changes: 6 additions & 39 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,6 @@
body{
background-color: bisque;
}
header{
background-color: rgb(253, 214, 166);
margin-top: 0px;
}
h1{
text-align: center;
}
#fruta1{
width: 15%;
border: 8px solid whitesmoke;
}
#fruta2{
width: 15%;
border: 8px solid rgb(255, 168, 97);
}
#aa{
width: 15%;
border: 8px solid rgb(255, 168, 97);
}
#cc{
width: 15%;
border: 8px solid rgb(255, 168, 97);
}
.lista1 li{
list-style-type: none;
display: inline-block;
margin-top: 0px;
margin-right: 0px;
margin-left: 370px;
}

footer {
text-align: center;
background-color: rgb(248, 217, 188);
padding: 2px 0;
}
form label{
display: block;
font-size: 20px;
color: blue;
margin:0 0 10px;
}

0 comments on commit bb1f433

Please sign in to comment.