Basic post page

This commit is contained in:
Avijit 🚀
2021-05-27 22:04:02 +02:00
parent 8dd0e09b35
commit 2a2c13738e
2 changed files with 63 additions and 4 deletions

View File

@@ -2,10 +2,6 @@ html {
font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
}
.container {
height: 800px;
}
.header-light {
background-color: #bbb;
color: black;
@@ -102,3 +98,32 @@ html {
.fab {
font-family: FontAwesome !important;
}
#content {
width: 810px;
margin: 180px auto 0;
}
.post .post-date {
color: gray;
}
.post .post-tags {
padding: 0;
list-style-type: none;
}
.post-tags .post-tag {
display: inline-block;
background-color: #008c86;
padding: 4px 12px;
border-radius: 4px;
border: 1px solid #008c86;
color: white;
font-size: 14px;
font-weight: 700;
}
.post .post-content {
margin-top: 50px;
}