freeCodeCamp/public/css/views/articles.css

7 lines
98 B
CSS
Executable File

h1 {
text-align:center
}
ul.articles li:not(:last-child) {
border-bottom:1px solid #ccc
}