Skip to content

Commit

Permalink
pagina de error y modificaciones carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan201091 committed Aug 1, 2021
1 parent 1a5fbb5 commit 799423e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .htaaccess
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ErrorDocument 404 /Error404/404.html
ErrorDocument 404 /Error404
8 changes: 4 additions & 4 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 13 additions & 7 deletions productos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,23 +89,29 @@ <h1 class="titulo-productos">Pizzas</h1>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="../fotos/muzzarella2.jpg" class="w-50" alt="muzarrella" />
<br />
<div>
<h3>Muzzarella</h3>
<p>Salsa de tomate, orégano, muzzarella.</p>
<h2>Muzzarella</h2>
<h4>Salsa de tomate, orégano, muzzarella.</h4>
</div>
</div>
<div class="carousel-item">
<img src="../fotos/napolitana.jpg" class="w-50" alt="Napolitana" />
<br />
<div>
<h3>Napolitana</h3>
<p>Salsa de tomate, Rodajas de tomate, muzarrella y albaca.</p>
<h2>Napolitana</h2>
<h4>Salsa de tomate, Rodajas de tomate, muzarrella y albaca.</h4>
</div>
</div>
<div class="carousel-item">
<img src="../fotos/fugazzeta.jpg" class="w-50" alt="Fugazzeta" />
<img
src="../fotos/fugazzeta.jpg"
class="w-50"
alt="Fugazzeta"
/><br />
<div>
<h3>Fugazzeta</h3>
<p>Cebolla, Muzzarella y orégano.</p>
<h2>Fugazzeta</h2>
<h4>Cebolla, Muzzarella y orégano.</h4>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions scss/_productos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-size: 3rem;
font-weight: 600;
color: #400000;
margin-bottom: 3rem;
margin-bottom: 1rem;
padding: 20px 0;
}
}
Expand All @@ -26,5 +26,5 @@
padding: 20px;
}
$carousel-control-color: rgb(0, 0, 0);
$carousel-control-width: 45%;
$carousel-control-width: 40%;
$carousel-transition-duration: 2s;

0 comments on commit 799423e

Please sign in to comment.