junior-ctf/applications/blog/style.css

19 lines
228 B
CSS

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