mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 10:52:09 +00:00
Merge branch 'master' of gitlab.com:aviortheking/blog_imie
This commit is contained in:
commit
6e06947b44
@ -356,7 +356,7 @@ input {outline: none}
|
||||
}
|
||||
.bloc-filter{
|
||||
width: 25%;
|
||||
height: 500px;
|
||||
height: 120px;
|
||||
margin-top: 70px;
|
||||
background-color: white;
|
||||
background-size: cover;
|
||||
@ -409,10 +409,13 @@ input {outline: none}
|
||||
padding:0;
|
||||
}
|
||||
.contenue-recent{
|
||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||
float: right;
|
||||
padding: 14px;
|
||||
background-color: white;
|
||||
display: inline-block;
|
||||
margin-top: 20px;
|
||||
width: 120px;
|
||||
}
|
||||
.next{
|
||||
float : right;
|
||||
@ -437,17 +440,20 @@ input {outline: none}
|
||||
.devops-color{
|
||||
background-color: #ff1c4a;
|
||||
}
|
||||
|
||||
.bloc-recent{
|
||||
width: 69%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.titre-recent{
|
||||
padding-left:8px;
|
||||
float: left;
|
||||
color: #848484;
|
||||
}
|
||||
|
||||
.icon-recent{
|
||||
padding-right: 18px;
|
||||
padding-right: 16px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<tag type="includes" file="header" />
|
||||
@ -13,7 +15,7 @@
|
||||
<p>récent</p>
|
||||
</div>
|
||||
<div class="icon-recent">
|
||||
<tag type="svg" file="arrow" style="color: #848484; width: 18px; height: 18px"/>
|
||||
<tag type="svg" file="arrow" style="color: #848484; width: 18px; height: 18px" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -21,19 +23,25 @@
|
||||
<div class="bloc-post search">
|
||||
<div class="container-post post ops">
|
||||
<h2 class="title">Mettre en place un serveur web sous linux</h2>
|
||||
<div class="etiquettes">
|
||||
<span class="cat">OPS</span>
|
||||
<span class="date">26-06-2018</span>
|
||||
</div>
|
||||
<div class="etiquettes">
|
||||
<span class="cat">OPS</span>
|
||||
<span class="date">26-06-2018</span>
|
||||
</div>
|
||||
<p class="post text">Dum apud Persas, ut supra narravimus, perfidia regis motus agitat insperatos,
|
||||
et in eois tractibus bella rediviva consurgunt, anno sexto decimo et eo diutius post Nepotiani exitium, saeviens per urbem aeternam urebat cuncta Bellona, ex primordiis
|
||||
et in eois tractibus bella rediviva consurgunt, anno sexto decimo et eo diutius post Nepotiani exitium, saeviens
|
||||
per urbem aeternam urebat cuncta Bellona, ex primordiis
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bloc-filter">
|
||||
</div>
|
||||
</main>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
||||
</main>
|
||||
<footer>
|
||||
<tag type="includes" file="footer" />
|
||||
</footer>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user