You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#footer {
|
|
background: #41B1E1;
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
color: white;
|
|
padding: 5px;
|
|
font-size: 15px;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
#footer .pull-right {
|
|
padding-right: 20px;
|
|
}
|
|
|
|
#footer a {
|
|
color: white;
|
|
padding-left: 20px;
|
|
}
|
|
|