Skip to content

Instantly share code, notes, and snippets.

@Skoua
Created February 9, 2014 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Skoua/8905921 to your computer and use it in GitHub Desktop.
Save Skoua/8905921 to your computer and use it in GitHub Desktop.
#bottomband{
min-width:1000px;
position:relative;
background:$marron_gris;
font-size: 12px;
height:90px;
footer{
width:1000px;
margin:auto;
border-top:5px solid #444445;
color:#fff;
a{
color:#fff;
text-decoration:none;
&:hover {
color:$bleu_gris;
}
}
#topfooter{
text-align:right;
padding: 20px 0 0 0;
.info{
margin-left:15px;
}
}
#bottomfooter{
padding: 10px 0;
position:relative;
#leftfooter{
float:left;
position:absolute;
top:-10px;
left:0px;
}
#rightfooter{
float:right;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment