Skip to content
Snippets Groups Projects
Commit 74e9bdd2 authored by Tiago Brito's avatar Tiago Brito
Browse files

Implemented Footer.css

parent 6189e5d5
No related branches found
No related tags found
Loading
/* Footer.css */
@import "~@fortawesome/fontawesome-free/css/all.css";
footer {
display: flex;
justify-content: center;
padding: 25px 40px;
background-color: #373737;
color: #fff;
box-shadow: 0 -2px 4px rgba(0,0,0,0.1); /* Shadow appears at the top of the footer */
}
footer a {
font-size: 16px;
color: #fff;
text-decoration: none;
margin: 0 15px;
}
footer p {
font-size: 16px;
margin: 0 15px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment