Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
styled footer
  • Loading branch information
mdr19002 committed Feb 17, 2020
1 parent 4e68377 commit 2a204a6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 8 deletions.
41 changes: 34 additions & 7 deletions css/axit.css
Expand Up @@ -231,6 +231,7 @@ textarea {
border-left: none; border-left: none;
border-right: none; border-right: none;
border-bottom: 1px solid #bdbdbd; border-bottom: 1px solid #bdbdbd;
border-radius: 0;
margin-bottom: 25px; margin-bottom: 25px;
color: #bdbdbd; color: #bdbdbd;
font-size: 12px; font-size: 12px;
Expand All @@ -254,30 +255,55 @@ textarea {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 15px 0;
} }


#social-text { #social-text {
text-align: center; text-align: center;
font-family: 'Open Sans', sans-serif;
} }


#social-banner i { #social-text h3 {
margin: 10px; font-weight: 700;
margin: 5px;
font-size: 24px;
} }


#social-text p {
font-weight: 400;
color: #86878b;
margin: 5px;
}

#social-icons { #social-icons {
display: block; display: block;
font-size: 2em; color: #cccccc;
text-align: center;
font-size: 36px;
}

#social-icons i {
margin: 0 5px;
} }


footer { footer {
background-color: black; background-color: black;
color: white; color: white;
flex-direction: column; padding-top: 50px;
text-align: center;
padding-top: 20px;
padding-bottom: 5px; padding-bottom: 5px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
text-align: center;
} }


#footer-icons i {
margin: 0 10px;
font-size: 24px;
}

#copyright {
font-size: 12px;
}


@media (min-width: 700px) { @media (min-width: 700px) {
.mobile { .mobile {
Expand Down Expand Up @@ -337,7 +363,8 @@ textarea {
} }


#social-icons i{ #social-icons i{
font-size: 40px; font-size: 60px;
margin: 0;
} }
} }


Expand Down
2 changes: 1 addition & 1 deletion wk3_axit.html
Expand Up @@ -94,7 +94,7 @@
<i class="fa fa-stumbleupon" aria-hidden="true"></i> <i class="fa fa-stumbleupon" aria-hidden="true"></i>
<i class="fa fa-rss" aria-hidden="true"></i> <i class="fa fa-rss" aria-hidden="true"></i>
</div> </div>
<p>© 2015 Axure Themes</p> <p id="copyright">© 2015 Axure Themes</p>
</footer> </footer>




Expand Down

0 comments on commit 2a204a6

Please sign in to comment.