mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-08 00:09:55 +00:00
still working in article
This commit is contained in:
parent
3af04f67ed
commit
b63641ce44
@ -144,6 +144,29 @@ body{
|
|||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
|
.article-home{
|
||||||
|
width: 300px;
|
||||||
|
height: 300px;
|
||||||
|
background-color: white;
|
||||||
|
margin: 40px auto auto 20px;
|
||||||
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||||
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
}
|
||||||
|
.articles-home{
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
.contenue-home{
|
||||||
|
padding-left: 11px;
|
||||||
|
padding-top: 15px;
|
||||||
|
}
|
||||||
|
.cat-home{
|
||||||
|
height: 20px;
|
||||||
|
width: 50px;
|
||||||
|
background-color: yellow;
|
||||||
|
}
|
||||||
|
#titre-article-home{
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
#twi{
|
#twi{
|
||||||
height: 18px;
|
height: 18px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
@ -171,7 +194,12 @@ body{
|
|||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
#titre-between{
|
||||||
|
margin-top: 80px;
|
||||||
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
font-size: 22px;
|
||||||
|
|
||||||
|
}
|
||||||
@media screen and (max-width: 640px) {
|
@media screen and (max-width: 640px) {
|
||||||
.nav_imie {
|
.nav_imie {
|
||||||
height: 0;
|
height: 0;
|
||||||
|
@ -38,8 +38,26 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="">
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
||||||
|
<h3 id="titre-between">Articles récents</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-4 articles-home">
|
||||||
|
<div class="article-home">
|
||||||
|
<div class="contenue-home">
|
||||||
|
<h4 id="titre-article-home">Mettre en place un serveur web sous linux</h4>
|
||||||
|
<div class="cat-home">
|
||||||
|
<p>OPS</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user