Paramétrage CSS

This commit is contained in:
fredtempez 2019-02-24 19:11:13 +01:00
parent d3ae556b44
commit f539b0bfb3
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,10 @@
.blogPicture {
float: center;
margin-left: 10px;
}
.blogPicture img {
width: 100%;
height: auto;
}
.blogPicture:hover {
opacity: .7;
}
@ -17,11 +20,9 @@
.blogTitle {
background-color: #ECEFF1;
padding: 5px;
margin-left: -10px;
}
.blogContent {
float: left;
margin-left: -10px;
}
.blogDate {
font-size:0.8em;