Add footer

This commit is contained in:
MD. Ariful Alam
2021-08-25 13:06:34 +06:00
parent 817aa96780
commit 6b1ee9565e
2 changed files with 16 additions and 0 deletions

View File

@@ -62,6 +62,18 @@ svg {
padding-bottom: 0 !important;
}
.credit {
p {
opacity: 0.6;
padding-bottom: 0.5rem;
a {
text-decoration: underline;
font-weight: 600;
}
}
}
.fade-in {
opacity: 1;
animation-name: fadeIn;