2024-03-26 21:51:04 +00:00
|
|
|
* {
|
2024-07-24 19:30:19 +00:00
|
|
|
color: black;
|
|
|
|
background: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-title {
|
|
|
|
font-size: 200px;
|
2024-03-26 21:51:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
2024-07-24 19:30:19 +00:00
|
|
|
margin: auto !important;
|
|
|
|
max-width: 800px;
|
2024-03-26 21:51:04 +00:00
|
|
|
}
|
|
|
|
|
2024-07-24 19:30:19 +00:00
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0px 10px;
|
2024-03-26 21:51:04 +00:00
|
|
|
}
|
|
|
|
|
2024-07-24 19:30:19 +00:00
|
|
|
.menu li {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0px !important;
|
|
|
|
padding: 0px 10px;
|
2024-03-26 21:51:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
2024-07-24 19:30:19 +00:00
|
|
|
text-decoration: underline;
|
2024-03-26 21:51:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
background: #333333;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|