junior-ctf/applications/blog/style.css

15 lines
184 B
CSS

.posts {
display: flex;
justify-content: center;
}
.post {
border: 1px solid black;
color: black;
padding: 10px;
margin: 10px;
}
#hidden {
color: white;
}