19 lines
209 B
CSS
19 lines
209 B
CSS
.posts{
|
|
text-align: center;
|
|
max-width: 1000px;
|
|
margin: auto;
|
|
}
|
|
|
|
.list-post-title{
|
|
margin:0px;
|
|
color:#333333;
|
|
}
|
|
|
|
#main{
|
|
background-color: #ffffff;
|
|
color:#111111;
|
|
}
|
|
|
|
#main.h3{
|
|
|
|
} |