Skip to content

Commit

Permalink
readme ajout du featur pour le menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jay177 committed Jun 25, 2023
1 parent 0c1a25d commit c3eb3a3
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
</nav>

<ul>
<p>
<p class="effect">
accueil
</p>
</ul>
<ul>
<p>
<p class="effect">
qui somme nous
</p>
</ul>
<ul>
<p>
<p class="effect">
menu
</p>
</ul>
<ul>
<p>
<p class="effect">
contact
</p>
</ul>
<ul>
<ul class="effect">
<button>
commander
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,33 @@
background-repeat: no-repeat;
}

.h{
display: inline-block;
}

.effect:after{
content: "";
display: block;
height: 0.25em;
width: 0%;
margin-top: 9px;
background-color: #fff;
transition: width 0.4s;
}

.effect:hover:after{
width: 100%;
}




.social{
img{

position: relative;
bottom: 18vh;
left: 88vw;
left: 83vw;
}
}

Expand All @@ -33,7 +54,9 @@
margin-right: 3.6vw;

img {
margin-right: 23vw;
position: absolute;
left: 10vw;
object-fit: contain;
}

button {
Expand Down Expand Up @@ -118,7 +141,7 @@
}
.header{
img{
margin-right: 4vh;
display: none;
}
}
}
Expand All @@ -130,6 +153,7 @@
}
img{
width: 150px;
display: block;
}
button{
display: none;
Expand Down Expand Up @@ -882,7 +906,7 @@ footer{
display: flex;
align-items: center;
justify-content: center;
gap: 10vw;
gap: 6vw;
background: #b2d234;
p{
font-size: 18px;
Expand Down

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.

4 changes: 4 additions & 0 deletions Rattrapages-jarrel-folly-adjon/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"Bonjour, voici mon rattrapage d'intégration.
Il a été réalisé sur la base d'une maquette "Mongoo Salade"
et est réalisé en HTML et SCSS.
Voici le lien de la vidéo de présentation :

0 comments on commit c3eb3a3

Please sign in to comment.