search maj

This commit is contained in:
jenoh 2019-02-25 11:54:45 +01:00
parent 59796c62dc
commit 1c6e8856cb
2 changed files with 25 additions and 11 deletions

View File

@ -350,7 +350,7 @@ input {outline: none}
}
.bloc-filter{
width: 25%;
height: 500px;
height: 120px;
margin-top: 70px;
background-color: white;
background-size: cover;
@ -403,10 +403,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;
@ -431,17 +434,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;
}

View File

@ -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>
@ -26,14 +28,20 @@
<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 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>