Difference between revisions of "Team:Bielefeld-CeBiTec/Basic Navbar"

Line 174: Line 174:
 
.footer {
 
.footer {
 
position:absolute;
 
position:absolute;
    bottom: 0;
+
        bottom: 0;
    background-color: #000000;
+
        background-color: #000000;
 
text-align: center;
 
text-align: center;
 
width: 100%;
 
width: 100%;
 
height: 5em;
 
height: 5em;
 
 
}
+
        }
  
 
.footer-inner {
 
.footer-inner {
 
padding-top: 10px;
 
padding-top: 10px;
}
+
        }
  
 
.fas.fa-angle-up{
 
.fas.fa-angle-up{
 
cursor: pointer;
 
cursor: pointer;
 
padding: 0;
 
padding: 0;
    margin: 0;
+
        margin: 0;
 
position: fixed;
 
position: fixed;
 
bottom: 80px;
 
bottom: 80px;
    right: 50px;
+
        right: 50px;
 
}
 
}
  
Line 329: Line 329:
 
</nav>
 
</nav>
  
<div class="footer">
+
<div class="footer">
  
 
<div class="footer-inner">
 
<div class="footer-inner">
Line 338: Line 338:
 
</div>
 
</div>
  
</footer>
+
</footer>
<i class="fas fa-angle-up fa-5x" style=" size:9x;" onclick="topFunction()">
+
<i class="fas fa-angle-up fa-5x" style=" size:9x;" onclick="topFunction()">
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 20:35, 27 May 2018

Bootstrap Example