Facebook
From McHalt, 8 Years ago, written in CSS.
Embed
Download Paste or View Raw
Hits: 351
  1. body{
  2.         background-image: url("../grafika/tlo_mobile.png");
  3.         margin: 0;
  4.         width: 100%;
  5.         font-family: "Open Sans Light";
  6.         color: #000;
  7.         padding-bottom: 0;
  8.         position: relative;
  9. }
  10.  
  11. footer{
  12.         width: 100%;
  13.         margin-top: 20px;
  14.         min-height: 100px;
  15.         max-height: 200px;
  16.         line-height: 100px;
  17.         font-size: 25px;
  18.         text-align: center;
  19.         bottom: 0;
  20.         position: fixed;
  21.         margin-top: 50px;
  22.         box-sizing: border-box;
  23. }