From bb1f433ee91d71d04e630e48f9e37dad4bc077ea Mon Sep 17 00:00:00 2001 From: ste <163410045+stemendesz@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:56:39 -0300 Subject: [PATCH] Add files via upload --- index.html | 85 ++++++++++++++++++++++++++---------------------------- style.css | 45 ++++------------------------- 2 files changed, 47 insertions(+), 83 deletions(-) diff --git a/index.html b/index.html index 76086a3..e6d39cf 100644 --- a/index.html +++ b/index.html @@ -4,53 +4,50 @@ - Frutas - + + FORMULÁRIO -
-
- -

Frutinhas saborosas

- - - - -
+ +
+ +
+ + + + + + + + + + + + + + + + + +
+ Como prefere o nosso contato? -
- -

Melhores vitaminas ataves das frutas

-

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.
Neste artigo, apresentamos uma tabela de composição das frutas frescas e secas, para orientar a prescrição nutricional destes alimentos saborosos e nutritivos.

- - - -
- Stefanni Kamily - -
- - - +
+ + + + + + + + + + + + +
- +
+ \ No newline at end of file diff --git a/style.css b/style.css index 9085830..23bac52 100644 --- a/style.css +++ b/style.css @@ -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; +} \ No newline at end of file