-
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
8a4ae0a
commit 74cd26b
Showing
3 changed files
with
231 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,148 @@ | ||
body { | ||
font-family: Arial, sans-serif; | ||
background-color: #f4f4f9; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
header { | ||
background-color: #e53935; | ||
color: white; | ||
padding: 15px 0; | ||
text-align: center; | ||
} | ||
|
||
nav { | ||
background-color: #c62828; | ||
overflow: hidden; | ||
} | ||
|
||
nav a { | ||
color: white; | ||
padding: 14px 20px; | ||
text-decoration: none; | ||
display: inline-block; | ||
} | ||
|
||
nav a:hover { | ||
background-color: #b71c1c; | ||
} | ||
|
||
.container { | ||
padding: 20px; | ||
} | ||
|
||
.section-title { | ||
font-size: 2em; | ||
color: #333; | ||
margin-bottom: 20px; | ||
} | ||
|
||
.recipe-card { | ||
background-color: white; | ||
border-radius: 8px; | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); | ||
margin: 20px 0; | ||
padding: 15px; | ||
} | ||
|
||
.recipe-card h2 { | ||
margin-top: 0; | ||
color: #c62828; | ||
} | ||
|
||
.recipe-card ul { | ||
list-style-type: none; | ||
padding-left: 0; | ||
} | ||
|
||
.recipe-card ul li { | ||
margin: 5px 0; | ||
} | ||
.footer { | ||
background-color: #e53935; | ||
color: white; | ||
text-align: center; | ||
padding: 10px 0; | ||
width: 100%; | ||
bottom: 0; | ||
} | ||
.container { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
flex-direction: column; | ||
text-align: center; | ||
} | ||
.form_area { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
flex-direction: column; | ||
background-color: #EDDCD9; | ||
height: auto; | ||
width: auto; | ||
border: 2px solid #264143; | ||
border-radius: 20px; | ||
box-shadow: 3px 4px 0px 1px #E99F4C; | ||
} | ||
img{ | ||
display: flex; | ||
flex-direction: row; | ||
margin-right: 20px; | ||
width: 50%; | ||
height: auto; | ||
border-radius: 50px; | ||
} | ||
img a:hover{ | ||
height: 800px; | ||
} | ||
.title { | ||
color: #264143; | ||
font-weight: 900; | ||
font-size: 1.5em; | ||
margin-top: 20px; | ||
} | ||
.sub_title { | ||
font-weight: 600; | ||
margin: 5px 0; | ||
} | ||
.form_group { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: baseline; | ||
margin: 10px; | ||
} | ||
|
||
.form_style { | ||
outline: none; | ||
border: 2px solid #264143; | ||
box-shadow: 3px 4px 0px 1px #E99F4C; | ||
width: 290px; | ||
padding: 12px 10px; | ||
border-radius: 4px; | ||
font-size: 15px; | ||
} | ||
.form_style:focus, .btn:focus { | ||
transform: translateY(4px); | ||
box-shadow: 1px 2px 0px 0px #E99F4C; | ||
} | ||
.btn { | ||
padding: 15px; | ||
margin: 25px 0px; | ||
width: 290px; | ||
font-size: 15px; | ||
background: #DE5499; | ||
border-radius: 10px; | ||
font-weight: 800; | ||
box-shadow: 3px 3px 0px 0px #E99F4C; | ||
} | ||
.btn:hover { | ||
opacity: .9; | ||
} | ||
.link { | ||
font-weight: 800; | ||
color: #264143; | ||
padding: 5px; | ||
} | ||
|
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 |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="roberta.css"> | ||
<title> Culinária italiana</title> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Culinária Italiana</h1> | ||
<p>Descubra o sabor da Itália em cada prato!</p> | ||
</header> | ||
<nav> | ||
<a href="#home">Início</a> | ||
<a href="#pratos">Pratos Tradicionais</a> | ||
<a href="#contato">Contato</a> | ||
</nav> | ||
<div class="container"> | ||
<section id="home"> | ||
<h2 class="section-title">Bem-vindo à Culinária Italiana!</h2> | ||
<p>A culinária italiana é famosa no mundo todo pela sua simplicidade e sabor. Ela utiliza ingredientes frescos, e cada região da Itália tem seus próprios pratos típicos. Vamos explorar alguns dos pratos mais conhecidos e suas receitas!</p> | ||
</section> | ||
<section id="pratos"> | ||
<h2 class="section-title">Pratos Tradicionais Italianos</h2> | ||
<div class="recipe-card"> | ||
<h2>Pizza Margherita</h2> | ||
<p>A pizza Margherita é um dos pratos mais tradicionais da culinária italiana, feita com molho de tomate, mozzarella de búfala, manjericão e azeite de oliva.</p> | ||
<ul> | ||
<li>Ingredientes: Massa de pizza, molho de tomate, mozzarella de búfala, manjericão, azeite de oliva.</li> | ||
<li>Tempo de preparo: 1 hora.</li> | ||
<li>Região: Nápoles.</li> | ||
</ul> | ||
<img src = "assets/marguerita.jpeg"> | ||
</div> | ||
<div class="recipe-card"> | ||
<h2>Lasagna</h2> | ||
<p>A lasanha é um prato clássico de camadas de massa, carne moída, molho béchamel e queijo, assados no forno até ficarem dourados.</p> | ||
<ul> | ||
<li>Ingredientes: Massa de lasanha, carne moída, molho de tomate, molho béchamel, queijo parmesão.</li> | ||
<li>Tempo de preparo: 2 horas. </li> | ||
<li>Região: Emilia-Romagna.</li> | ||
</ul> | ||
</div> | ||
<div class="recipe-card"> | ||
<h2>Risotto alla Milanese</h2> | ||
<p>Este risoto tradicional de Milão é preparado com açafrão, dando-lhe uma cor dourada e sabor único.</p> | ||
<ul> | ||
<li>Ingredientes: Arroz arbório, caldo de carne, manteiga, queijo parmesão, açafrão.</li> | ||
<li>Tempo de preparo: 40 minutos.</li> | ||
<li>Região: Lombardia.</li> | ||
</ul> | ||
</div> | ||
</section> | ||
/* From Uiverse.io by mi-series */ | ||
<div class="container"> | ||
<div class="form_area"> | ||
<p class="title">SIGN UP</p> | ||
<form action=""> | ||
<div class="form_group"> | ||
<label class="sub_title" for="name">Name</label> | ||
<input placeholder="Enter your full name" class="form_style" type="text"> | ||
</div> | ||
<div class="form_group"> | ||
<label class="sub_title" for="email">Email</label> | ||
<input placeholder="Enter your email" id="email" class="form_style" type="email"> | ||
</div> | ||
<div class="form_group"> | ||
<label class="sub_title" for="password">Password</label> | ||
<input placeholder="Enter your password" id="password" class="form_style" type="password"> | ||
</div> | ||
<div> | ||
<button class="btn">SIGN UP</button> | ||
<p>Have an Account? <a class="link" href="">Login Here!</a></p><a class="link" href=""> | ||
</a></div><a class="link" href=""> | ||
|
||
</a></form></div><a class="link" href=""> | ||
</a></div> | ||
<footer class="footer"> | ||
<p>© 2024 Culinária Italiana. Todos os direitos reservados.</p> | ||
</footer> | ||
</body> | ||
</html> |