Paramétrage CSS
This commit is contained in:
parent
d3ae556b44
commit
f539b0bfb3
@ -1,7 +1,10 @@
|
|||||||
.blogPicture {
|
.blogPicture {
|
||||||
float: center;
|
float: center;
|
||||||
margin-left: 10px;
|
|
||||||
}
|
}
|
||||||
|
.blogPicture img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
.blogPicture:hover {
|
.blogPicture:hover {
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
}
|
}
|
||||||
@ -17,11 +20,9 @@
|
|||||||
.blogTitle {
|
.blogTitle {
|
||||||
background-color: #ECEFF1;
|
background-color: #ECEFF1;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-left: -10px;
|
|
||||||
}
|
}
|
||||||
.blogContent {
|
.blogContent {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: -10px;
|
|
||||||
}
|
}
|
||||||
.blogDate {
|
.blogDate {
|
||||||
font-size:0.8em;
|
font-size:0.8em;
|
||||||
|
Loading…
Reference in New Issue
Block a user