Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions assets/css/estilos.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ body {
/* Hero Section */

#Hero-Section {
background-image: url("../img/bg-hero.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: left;
background-image: url("/assets/img/bg-hero.jpg");
background-repeat: repeat;
background-size:contain;
background-position: center;
}

/* Mis trabajos */
Expand All @@ -18,8 +18,20 @@ body {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 10%;
}

#Mis-trabajos{
background-color: #424242;
font-family: "Ephesis";
}

:hover i{
transform: scale(1.8);
transition: transform 0.5s;
}


/* Contacto */

#Contacto form label {
Expand Down
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&family=Bilbo&family=Ephesis&family=Fleur+De+Leah&family=Hurricane&family=Knewave&family=Kolker+Brush&family=Lavishly+Yours&family=Love+Light&family=Montez&family=Mr+Dafoe&family=Nothing+You+Could+Do&family=Permanent+Marker&family=Protest+Revolution&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik+Wet+Paint&family=Tangerine:wght@400;700&family=WindSong:wght@400;500&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<title>Olivia Ros</title>
Expand Down Expand Up @@ -38,7 +40,8 @@
<li class="nav-item">
<a class="nav-link" href="#">Contacto</a>
</li>

<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</ul>

</div>
Expand All @@ -49,7 +52,7 @@
<div class="container">
<div class="ms-auto col-12 col-md-7 ">
<h1 class="display-1 fw-bold my-5">
Comidas del fin <br> del mundo
Comidas en el fin <br> del mundo
</h1>
<p class="my-5">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis, accusamus iusto quibusdam
Expand Down Expand Up @@ -177,11 +180,7 @@ <h5 class="card-title fw-bold">Salmones de Alaska</h5>

<h2 class="display-4 fw-bold text-center my-4">Contáctame</h2>

<p class="text-center my-4 d-none d-md-block">Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Doloribus
sapiente, autem delectus totam expedita
animi corporis dolorem qui magnam, aspernatur officiis quasi culpa tempora est commodi. Voluptate beatae
tempora quaerat?</p>
<p class="text-center my-4 d-none d-md-block">Pongamosnos en contacto para seguir recorriendo el fin del mundo en busca de las mejores comidas</p>

<form>

Expand Down