Added post featuring

This commit is contained in:
Marcin Kurczewski
2014-09-24 23:24:51 +02:00
parent 0038df26d8
commit 97ca08cf44
24 changed files with 402 additions and 22 deletions

29
public_html/css/home.css Normal file
View File

@ -0,0 +1,29 @@
#home {
text-align: center;
}
#home h1 {
margin-top: 0;
}
#home .post {
text-align: left;
margin: 0 auto;
max-width: 60%;
}
#home .post .left {
display: inline-block;
float: left;
}
#home .post .right {
display: inline-block;
float: right;
}
#home .post-footer,
#home .post-footer img {
vertical-align: middle;
}
#home .post-footer img {
margin-left: 0.5em;
}