Footer html with basic styling

This commit is contained in:
Yash Mehrotra
2021-06-13 13:33:48 +05:30
parent bb4a9adaa2
commit 9a666fff9d
5 changed files with 25 additions and 1 deletions

View File

@@ -90,6 +90,16 @@ html {
cursor: pointer;
}
/* FOOTER */
.footer {
text-align: center;
}
.footer a {
font-family: "Ubuntu", sans-serif;
color: #000000;
}
/** COMMON **/
/* TAGS */
.post-tags {