Skip to content

Commit

Permalink
added the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikash-8090-Yadav committed Aug 1, 2023
1 parent 1f046e8 commit 8123737
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,25 @@ em {
display: none;
}
}
.site-footer {
border-top: 1px solid #efebeb;
padding: 3rem 0;
}

.site-footer a {
color: var(--p-color);
font-weight: var(--font-weight-light);
}

.site-footer p {
font-size: var(--base-font-size);
}

.contact .fa,
.site-footer .fa {
color: var(--primary-color);
}

.copyright-text {
text-align: center;
}

0 comments on commit 8123737

Please sign in to comment.