Skip to content

Commit

Permalink
done if i not forget something
Browse files Browse the repository at this point in the history
  • Loading branch information
jay177 committed Jun 23, 2023
1 parent bf0f8ee commit 8330e35
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 33 deletions.
Binary file added Rattrapages-jarrel-folly-adjon.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ <h2>
</section>
<section class="formSection">
<div class="formImg">
<img src="sal.png" alt="">
<img src="ligne.png" alt="">

</div>
<div class="form">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,10 @@ $blue: #66CCFF;
padding: 5px;
margin-bottom: 10px;
right: -1px;
top: -2.1vw;
top: -3.1vh;
font-size: 12px;
font-family: 'Poppins', sans-serif;
color: #fff;


}
Expand All @@ -464,8 +467,18 @@ $blue: #66CCFF;
justify-content: center;
align-items: center;
margin: auto;
height: 90vh;
height: 94vh;
padding-bottom: 4vh;
width: 80vw;
h2{
font-size: 28px;
}
p{
font-size: 18px;
}
button{
width: 25vw;
}



Expand Down Expand Up @@ -546,26 +559,29 @@ $blue: #66CCFF;
}
.Produit {
width: fit-content;
margin-left: 12vw;
margin-left: 8vw;
margin-top: 8vh;
position: relative;
h2{
padding-top: 10px;
padding-left: 10px;

}
p{
padding-left: 10px;
padding-right: 10px;
}
padding: 20px;
padding-right: 50px;


.ProductName {
display: flex;
gap: 10vw;

margin-bottom: 3vh;
color: #b2d234;
font-family: 'Poppins', sans-serif;
h2{
position: absolute;
right: 10px;
}
.name {
width: fit-content;
position: relative;
left: 0;
}

}

.description {
Expand All @@ -579,9 +595,7 @@ $blue: #66CCFF;
}
}

.name {
width: 17vw;
}

}

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

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.

0 comments on commit 8330e35

Please sign in to comment.