2023-08-24 22:07:37 +00:00
|
|
|
body {
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
2023-08-24 22:07:37 +00:00
|
|
|
margin: 1em 1em;
|
2023-08-24 22:07:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post {
|
|
|
|
background-color: white;
|
2023-08-24 22:07:37 +00:00
|
|
|
margin: 1em 1em;
|
2023-08-24 22:07:37 +00:00
|
|
|
box-shadow: .4em .4em .4em grey;
|
|
|
|
border: 1px solid grey;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post:hover {
|
|
|
|
background-color: #FFEEEE;
|
|
|
|
}
|
|
|
|
|
2023-08-24 22:07:37 +00:00
|
|
|
.post--image_container {
|
|
|
|
float: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2023-08-24 22:07:37 +00:00
|
|
|
|
2023-08-24 22:07:37 +00:00
|
|
|
.post--body_container {
|
|
|
|
display: flow-root;
|
|
|
|
}
|