footer
This commit is contained in:
parent
590acff915
commit
f96d0e0033
@ -223,12 +223,21 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
|
||||
/* Set the fixed height of the footer here */
|
||||
#footer {
|
||||
height: 44px;
|
||||
background-color: #8DC429;
|
||||
border-top: 4px solid #64920F;
|
||||
height: 51px;
|
||||
background-color: #373D42;
|
||||
border-top: 4px solid #656E76;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#footer .insight {
|
||||
font-size: 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.line-footer {
|
||||
border-top: 2px dashed #ccc;
|
||||
}
|
||||
|
||||
.line-bot {
|
||||
padding: 0 0 10px 0;
|
||||
margin-bottom: 10px;
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
<div class="container">
|
||||
<p class="text-center text-muted"><a href="/">Insight</a></p>
|
||||
<a class="insight m10v pull-right" href="/"><small>Insight</small></a>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user