parent
25417aac2f
commit
86056523b0
8 changed files with 13 additions and 52 deletions
Binary file not shown.
Binary file not shown.
BIN
Assets/Images/Produits/cat.png
Normal file
BIN
Assets/Images/Produits/cat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
BIN
Assets/Images/Produits/jaune.png
Normal file
BIN
Assets/Images/Produits/jaune.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
BIN
Assets/Images/Produits/romeo.png
Normal file
BIN
Assets/Images/Produits/romeo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
|
@ -8,7 +8,6 @@
|
|||
|
||||
a{
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header{
|
||||
|
@ -168,7 +167,7 @@ div#slider figure {
|
|||
}
|
||||
/*============================================*/
|
||||
|
||||
/* TOUT NOS PRODUITS*/
|
||||
|
||||
.flex-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
@ -179,44 +178,21 @@ div#slider figure {
|
|||
|
||||
.flex-container>div {
|
||||
box-shadow: 0.3vw 0.3vw 2px grey;
|
||||
width: 40%;
|
||||
width: 20%;
|
||||
margin: 1vw;
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.flex-container>div>a>img{
|
||||
width: 50%;
|
||||
.flex-container>div>img{
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.flex-container>div>a>p{
|
||||
.flex-container>div>p{
|
||||
font-size: 0px;
|
||||
}
|
||||
|
||||
.flex-container>div:hover a>p{
|
||||
.flex-container>div:hover p{
|
||||
font-size: 40px;
|
||||
transition-duration: 0.2s;
|
||||
}
|
||||
|
||||
.content>h1{
|
||||
font-size: 60px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.spec{
|
||||
text-align: left;
|
||||
font-size: 20px;
|
||||
background-color: rgba(255, 255, 255, 0.651);
|
||||
color: black;
|
||||
width: 50%;
|
||||
}
|
||||
.rupt{
|
||||
text-align: right;
|
||||
float: right;
|
||||
background-color: black;
|
||||
color: white;
|
||||
width : 58%;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
/*============================================*/
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
@media (min-width:48em){
|
||||
/* NAVBAR */
|
||||
.header li{
|
||||
float: left;
|
||||
}
|
||||
|
@ -17,17 +16,4 @@
|
|||
.header .menu-icon{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*============================================*/
|
||||
|
||||
/* TOUT NOS PRODUITS*/
|
||||
.flex-container>div {
|
||||
width: 20%;
|
||||
margin: 1vw;
|
||||
}
|
||||
|
||||
.flex-container>div>a>img{
|
||||
width: 80%;
|
||||
}
|
||||
/*============================================*/
|
||||
}
|
||||
|
|
13
index.html
13
index.html
|
@ -34,14 +34,13 @@
|
|||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h1>Nos produits :</h1>
|
||||
<div class="flex-container">
|
||||
<div><a href="Assets/Pages/Produits/nao.html"><img src="Assets/Images/Produits/nao.png" alt><p>Nao</p></a></div>
|
||||
<div><div class="rupt">Rutpure de stock</div><a href="#"><img src="Assets/Images/Produits/valkyrie.png" alt><p>Valkyrie</p></a></div>
|
||||
<div><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/pepper.png" alt><p>Pepper</p></a></div>
|
||||
<div><a href="#"><img src="Assets/Images/Produits/soldat.png" alt><p>Soldat</p></a></div>
|
||||
<div><div class="spec">N°1 des ventes</div><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/r2d2.png" alt><p>R2D2</p></a></div>
|
||||
<div><a href="Assets/Pages/Produits/r2d2.html"><img src="Assets/Images/Produits/terminator.png" alt><p>Terminator</p></a></div>
|
||||
<div><img src="Assets/Images/Produits/nao.png" alt><p>Nao</p></div>
|
||||
<div><img src="Assets/Images/Produits/valkyrie.png" alt><p>Valkyrie</p></div>
|
||||
<div><img src="Assets/Images/Produits/soldat.png" alt><p>Soldat</p></div>
|
||||
<div><img src="Assets/Images/Produits/r2d2.png" alt><p>R2D2</p></div>
|
||||
<div><img src="Assets/Images/Produits/pepper.png" alt><p>Pepper</p></div>
|
||||
<div><img src="Assets/Images/Produits/terminator.png" alt><p>Terminator</p></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue