mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 19:02:10 +00:00
le commit de theo memin eleve de 6eme b
This commit is contained in:
parent
7ef1dda051
commit
0ca647c7c0
@ -291,11 +291,13 @@ input {outline: none}
|
|||||||
* ----------------------------------------------------- */
|
* ----------------------------------------------------- */
|
||||||
.bloc-post{
|
.bloc-post{
|
||||||
width: 69%;
|
width: 69%;
|
||||||
margin-top: 70px;
|
margin-top: 30px;
|
||||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
border-bottom: 5px solid #2ea3f2;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.container-post{
|
.container-post{
|
||||||
/* height: 500px; */
|
/* height: 500px; */
|
||||||
@ -306,7 +308,7 @@ input {outline: none}
|
|||||||
.bloc-filter{
|
.bloc-filter{
|
||||||
width: 25%;
|
width: 25%;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
margin-top: 70px;
|
margin-top: 30px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||||
@ -357,6 +359,31 @@ input {outline: none}
|
|||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contenue-recent{
|
||||||
|
height: 29px;
|
||||||
|
width: 110px;
|
||||||
|
padding-top: 7px;
|
||||||
|
padding-left: 15px;
|
||||||
|
background-color: white;
|
||||||
|
display: inline-block;
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bloc-recent{
|
||||||
|
width: 69%;
|
||||||
|
margin-top: 50px;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.titre-recent{
|
||||||
|
float: left;
|
||||||
|
color: #848484;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-recent{
|
||||||
|
padding-right: 18px;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
.phraseFooter{
|
.phraseFooter{
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding-top:10px;
|
padding-top:10px;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
<footer>
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 pad">
|
<div class="col-12 pad">
|
||||||
@ -22,4 +21,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
|
||||||
|
@ -11,12 +11,8 @@
|
|||||||
<div class="container-post post ops">
|
<div class="container-post post ops">
|
||||||
<h2 class="title">Mettre en place un serveur web sous linux</h2>
|
<h2 class="title">Mettre en place un serveur web sous linux</h2>
|
||||||
<div class="etiquettes">
|
<div class="etiquettes">
|
||||||
<span class="cat">
|
<span class="cat">OPS</span>
|
||||||
OPS
|
<span class="date">26-06-2018</span>
|
||||||
</span>
|
|
||||||
<span class="date">
|
|
||||||
26-06-2018
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="post text">Dum apud Persas, ut supra narravimus, perfidia regis motus agitat insperatos,
|
<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
|
et in eois tractibus bella rediviva consurgunt, anno sexto decimo et eo diutius
|
||||||
@ -35,8 +31,7 @@
|
|||||||
|
|
||||||
<div class="bloc-filter">
|
<div class="bloc-filter">
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -3,6 +3,37 @@
|
|||||||
<head>
|
<head>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>searching...</p>
|
<header>
|
||||||
|
<tag type="includes" file="header" />
|
||||||
|
</header>
|
||||||
|
<main class="test container">
|
||||||
|
<div class="bloc-recent">
|
||||||
|
<div class="contenue-recent">
|
||||||
|
<div class="titre-recent">
|
||||||
|
<p>récent</p>
|
||||||
|
</div>
|
||||||
|
<div class="icon-recent">
|
||||||
|
<tag type="svg" file="arrow" style="color: #848484; width: 18px; height: 18px"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="bloc-post">
|
||||||
|
<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>
|
||||||
|
<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
|
||||||
|
</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>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
5
project/assets/img/arrow.svg
Normal file
5
project/assets/img/arrow.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 129 129">
|
||||||
|
<g>
|
||||||
|
<path d="m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 380 B |
Loading…
x
Reference in New Issue
Block a user