website/static/css/index.css

18 lines
240 B
CSS
Raw Normal View History

2024-03-28 00:17:44 +00:00
.post {
border: 2px solid purple;
height: 10%;
2024-03-28 17:05:00 +00:00
display: flex;
justify-items: center;
margin-bottom: 10px;
2024-03-28 00:17:44 +00:00
}
2024-03-28 17:05:00 +00:00
.post img {
display: block;
height: 100%;
}
.post span {
margin-left: 10px;
margin-top: 1%;
}