Skip to content

Commit

Permalink
Add Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
SHEFOO10 committed Feb 6, 2024
1 parent 2ae97ff commit 46f4a94
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 0 deletions.
97 changes: 97 additions & 0 deletions footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

footer p {
margin: 3px 0;
}
footer
{
width: 430px;
height: max-content;
background-color: black;
color: white;
font-family: "Poppins", sans-serif;
font-weight: 200;
font-size: 12px;
font-style: normal;
}

footer .footer-container
{
display: flex;
padding-inline: 30px;
padding-top: 20px;
justify-content: space-between;
}

footer .footer-container .social-links
{
margin-top: 10px;
display: flex;
justify-content: space-between
}
footer .footer-container .social-links a:nth-child(1)::before,
footer .footer-container .social-links a:nth-child(2)::before,
footer .footer-container .social-links a:nth-child(3)::before
{
position: relative;
}

footer .footer-container .social-links a:nth-child(1)::before
{
content: url('./images/uil_facebook.svg');
}
footer .footer-container .social-links a:nth-child(2)::before
{
content: url('./images/uil_instagram.svg');
}
footer .footer-container .social-links a:nth-child(3)::before
{
content: url('./images/ic_baseline-tiktok.svg');
}


footer .footer-container .contact-details
{
display: block;
text-align: left;
}
footer .footer-container #address {
margin-block: 10px;

}
footer .quick-links a {
display: block;
margin-block: 6px;
text-decoration: none;
color: white;
}
footer .quick-links {
width: 100px;
text-align: left;
}

hr {
width: 400px;
}

footer .copy_rights
{
font-size: 10px;
font-weight: 300;
box-sizing: border-box;
padding: 0 25px;
display: flex;
justify-content: space-between;
}
footer .developed_by
{
position: relative;
padding-block: 10px;
}
.developed_by p
{
text-align: right;
position: absolute;
margin: 0;
right: 40px;
}
32 changes: 32 additions & 0 deletions images/10_trend.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/ic_baseline-tiktok.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/uil_facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/uil_instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 46f4a94

Please sign in to comment.