Skip to content

Commit

Permalink
menu section done
Browse files Browse the repository at this point in the history
  • Loading branch information
jay177 committed Jun 20, 2023
1 parent 134ef1c commit 0df5393
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>
Découvrez notre large sélection de boissons et desserts pour accompagner votre repas
</p>
</div>
<div class="Menu&commande">
<div class="MenuCommande">
<div class="ProductDiv">
<div class="Produit">
<div class="ProductName">
Expand All @@ -131,7 +131,7 @@ <h2>
<div class="description">
<p>
1 base · 4 ingrédients verts · Sauce
Petit plus et pain offert
Petit plus et pain offert
</p>
</div>
</div>
Expand All @@ -147,7 +147,7 @@ <h2>
<div class="description">
<p>
1 base · 3 ingrédients verts & 1 bleu · Sauce
Petit plus et pain offert
Petit plus et pain offert
</p>
</div>
</div>
Expand Down Expand Up @@ -179,7 +179,7 @@ <h2>
<div class="description">
<p>
1 base · 1 ingrédient verts & 3 bleus · Sauce
Petit plus et pain offert
Petit plus et pain offert
</p>
</div>
</div>
Expand All @@ -195,13 +195,27 @@ <h2>
<div class="description">
<p>
1 base · 4 ingrédients bleus · Sauce
Petit plus et pain offert
Petit plus et pain offert
</p>
</div>
</div>
</div>
<div>

<div class="commande">
<h2 class="vert">
Force verte ?
</h2>
<h2 class="bleu">
Force bleue ?
</h2>
<p>
Ne perdez pas une seconde, faites votre choix
et venez chercher votre salade dans 20min !
</p>
<button>
Passer commande
</button>
</div>
</div>
</div>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
}

.welcome{
background-color: #B2D234;
bottom: 45vh;
margin-left: 25vw;
margin-right: 25vw;
Expand All @@ -55,6 +54,7 @@


h1{
text-align: center;
font-size: 126px;
margin: auto;
color: #FFFF;
Expand Down Expand Up @@ -185,11 +185,13 @@
.MenuSection{

height: 140vh;
background: url("pattern.png");
.MenuIntro{
margin: auto;
text-align: center;
width: 60vw;
h2{
padding-top: 10vh;
margin-bottom: 3vh;
font-size: 52px;
font-family: 'Poppins', sans-serif;
Expand All @@ -201,6 +203,10 @@
font-family: 'Poppins', sans-serif;
}
}

.MenuCommande{
display: flex;
}

.Produit{

Expand Down Expand Up @@ -229,5 +235,44 @@

}
}
.vert{
transform: rotate(-9deg);
color: #B2D234;

}
.bleu{
transform: rotate(-9deg);
color: #60A0D8;
}

.commande{
margin-top: 20vh;
height: 70vh;
max-width: 31vw;

h2{
font-size: 64px;
font-family: 'Poppins', sans-serif;
font-style: italic;
margin-bottom: 10vh;
}
p{
margin-top: 10vh;
font-size: 18px;
font-family: 'Poppins', sans-serif;
text-align: center;

}
button{
margin-top: 20%;
width: 80%;
height: 8%;
border: none;
border-radius: 8px;
background: #B2D234;
color: #FFFF;
margin-left: 10%;
}
}
}

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

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0df5393

Please sign in to comment.