Wow le site est beau
This commit is contained in:
parent
143e1fea84
commit
629c08a725
@ -16,37 +16,36 @@
|
|||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.memeContainer {
|
.memeContainer {
|
||||||
border-color: black;
|
border-color: black;
|
||||||
border-width: 1px;
|
border-width: 3px;
|
||||||
|
border-radius: 5px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
width:25%;
|
|
||||||
padding-bottom: 25%;
|
|
||||||
float: left;
|
|
||||||
margin : 5%;
|
margin : 5%;
|
||||||
height: 0;
|
margin-right: 2.5%;
|
||||||
|
padding: 16px;
|
||||||
|
background: rgba(255, 255, 255, 0.527);
|
||||||
}
|
}
|
||||||
.meme{
|
.meme{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 0 4px;
|
padding: 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Create deux equal columns that sits next to each other */
|
/* Create deux equal columns that sits next to each other */
|
||||||
.column {
|
.column {
|
||||||
flex: 33%;
|
flex: 33%;
|
||||||
max-width: 33%;
|
max-width: 33%;
|
||||||
padding: 0 4px;
|
padding: 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column img {
|
.column img {
|
||||||
margin-top: 8px;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
11
footer.php
11
footer.php
@ -2,16 +2,15 @@
|
|||||||
<div class="divfooter">
|
<div class="divfooter">
|
||||||
<h3>Les conditions générales :</h3>
|
<h3>Les conditions générales :</h3>
|
||||||
<hr class="hr-line">
|
<hr class="hr-line">
|
||||||
<p>© 2022, Sodaramel.com, Sodaramel®, <a href="./mentions_legales.html">tous droits réservée.</a></p>
|
<p>© 2022, Insuline.com, Insuline®, <a href="#">tous droits réservée.</a></p>
|
||||||
<p>Voir les <a href="cgu.html">Conditions générales d'utilisation</a><p>
|
<p>Voir les <a href="#">Conditions générales d'utilisation</a><p>
|
||||||
<p>Voir les <a href="cgv.html">Conditions générales de vente</a><p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="divfooter">
|
<div class="divfooter">
|
||||||
<h3>Catégories importantes</h3>
|
<h3>Catégories importantes</h3>
|
||||||
<hr class="hr-line">
|
<hr class="hr-line">
|
||||||
<p><a href="faq.html">Foire au Questions</a></p>
|
<p><a href="#">Foire au Questions</a></p>
|
||||||
<p><a href="contact.html">Contact</a></p>
|
<p><a href="#">Contact</a></p>
|
||||||
<p><a href="about.html">Qui sommes nous ?</a></p>
|
<p><a href="#">Qui sommes nous ?</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="divfooter">
|
<div class="divfooter">
|
||||||
<h3>Nos réseaux sociaux:</h3>
|
<h3>Nos réseaux sociaux:</h3>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<li><a id="tab" href="index.php">Accueil</a></li>
|
<li><a id="tab" href="index.php">Accueil</a></li>
|
||||||
<li><a class="active" id="tab" href="../Produits/cat_all.html">Tous les memes</a></li>
|
<li><a class="active" id="tab" href="../Produits/cat_all.html">Tous les memes</a></li>
|
||||||
<li><a id="tab" href="../Produits/categories.html">Catégories</a></li>
|
<li><a id="tab" href="../Produits/categories.html">Catégories</a></li>
|
||||||
<li><a id="tab" href="../newsletter.html">News Letter</a></li>
|
<li><a id="tab" href="../upload.html">Poster un meme</a></li>
|
||||||
<li><a id="tab" href="../faq.html">F.A.Q</a></li>
|
<li><a id="tab" href="../faq.html">F.A.Q</a></li>
|
||||||
<li><a id="tab" href="../about.html">Qui sommes-nous ?</a></li>
|
<li><a id="tab" href="../about.html">Qui sommes-nous ?</a></li>
|
||||||
<li><a id="tab" href="../contact.html">Nous contacter</a></li>
|
<li><a id="tab" href="../contact.html">Nous contacter</a></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user