freeCodeCamp/public/css/views/articles.css

7 lines
98 B
CSS
Raw Normal View History

2013-11-13 17:32:22 +00:00
h1 {
text-align:center
}
ul.articles li:not(:last-child) {
border-bottom:1px solid #ccc
}