Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions Change required in team page/Navbars/Footer/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
#footer {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, don't style by ID 😁

position: fixed;
left: 0;
bottom: 0;
width: 100%;
}

.details {
overflow: hidden;
padding: 3em 0em;
background: #E3F0F7;
text-align: center;
margin-top: 5em;
}

#footer #col1,
#footer #col2,
#footer #col3 {
float: left;
width: 320px;
padding: 0px 40px 0px 40px;
}

#footer #icon {
display: block;
margin-bottom: 1em;
font-size: 3em;
}

.copyright {
overflow: hidden;
padding: 3em 0em;
border-top: 20px solid rgba(255, 255, 255, 0.08);
text-align: center;
background: teal;
}

.p {
letter-spacing: 1px;
font-size: 0.90em;
color: rgba(255, 255, 255, 0.6);
}

.copyright a {
text-decoration: none;
color: rgba(255, 255, 255, 0.8);
}

ul.contact {
margin: 0;
padding: 2em 0em 0em 0em;
list-style: none;
}

ul.contact li {
display: inline;
margin: 4px;
}

ul.contact li a {
color: #FFF;
display: inline-block;
background: black;
padding: 10px;
border-radius: 100%;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}