20 lines
258 B
CSS
20 lines
258 B
CSS
.posts{
|
|
text-align: center;
|
|
max-width: 1000px;
|
|
margin: auto;
|
|
}
|
|
|
|
.list-post-title{
|
|
margin:0px;
|
|
color:#333333;
|
|
}
|
|
|
|
#main{
|
|
background-color: #ffffff;
|
|
color:#111111;
|
|
}
|
|
|
|
.featured-post{
|
|
border-width:5px ;
|
|
border-style: solid;
|
|
} |