1
ewpratten.com/assets/css/custom.css
2019-06-29 16:42:07 -04:00

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;
}