Skip to content

Commit

Permalink
ultimos retoques cabecera menu
Browse files Browse the repository at this point in the history
  • Loading branch information
paco-fuentes committed Sep 17, 2023
1 parent c46beb5 commit 28bdc9e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,20 @@ body{
}


/* DIVIDER */
/* EN PAGINA MENU */

#menu .nav-pills .nav-link{
background-color: white;
margin-left: 0.5rem;
margin-right: 0.5rem;
color:darkseagreen;
box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.1);
}

#menu .nav-pills .nav-link.active{
background-color: darkseagreen;
margin-left: 0.5rem;
margin-right: 0.5rem;
color:white;
box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.2);
}
4 changes: 2 additions & 2 deletions pages/carta.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<!-- --------------- CARTA --------------- -->

<section>
<section id="menu">
<div class="divider"></div>
<div class="container">
<div class="row">
Expand All @@ -75,7 +75,7 @@ <h1>Menú</h1>
<!-- -------------------- SELECTOR DE TIPO DE COMIDA -------------------- -->

<div class="container">
<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
<ul class="nav nav-pills mb-3 justify-content-center" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-pizzas-tab" data-bs-toggle="pill" data-bs-target="#pills-pizzas"
type="button" role="tab" aria-controls="pills-pizzas" aria-selected="true">Pizzas</button>
Expand Down

0 comments on commit 28bdc9e

Please sign in to comment.