This commit is contained in:
Simon CATANESE 2023-01-01 17:54:57 +01:00
parent f26c03e3de
commit fd94ec9453
3 changed files with 9 additions and 6 deletions

View File

@ -7,10 +7,16 @@
} }
.Product{ .Product{
float:center; float:left;
margin : 5vw; margin : 5%;
width: 80%;
} }
.Product p, .Product h3{ .Product p, .Product h3{
margin-top: -5px; margin-top: -5px;
} }
.meme{
width: inherit;
height: inherit;
max-height: inherit;
}

View File

@ -1,7 +1,4 @@
main{
}
.text-intro{ .text-intro{
width:80%; width:80%;

View File

@ -25,8 +25,8 @@
<main> <main>
<section class=Liste> <section class=Liste>
<div class="Product"> <div class="Product">
<img src="" class=meme alt="" height="500vw" width="100%">
<p>Caramel 7up</p> <p>Caramel 7up</p>
<img src="" class=meme alt="" height="200vw" width="200vw">
<p>4,99 - En stock</p> <p>4,99 - En stock</p>
</div> </div>
<div class="Product"> <div class="Product">