still working in article

This commit is contained in:
theomemin 2018-12-10 16:30:34 +01:00
parent 3af04f67ed
commit b63641ce44
2 changed files with 48 additions and 2 deletions

View File

@ -144,6 +144,29 @@ body{
margin-right: 50px;
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{
height: 18px;
width: 18px;
@ -171,7 +194,12 @@ body{
padding-bottom: 20px;
font-size: 20px;
}
#titre-between{
margin-top: 80px;
font-family: 'Open Sans', sans-serif;
font-size: 22px;
}
@media screen and (max-width: 640px) {
.nav_imie {
height: 0;

View File

@ -38,8 +38,26 @@
</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>
</main>
<footer>