Line 55: | Line 55: | ||
li .menuitem:hover, .menu-column:hover .dropbtn {color: #a9a9a9 !important; -webkit-transition:0.25s;} | li .menuitem:hover, .menu-column:hover .dropbtn {color: #a9a9a9 !important; -webkit-transition:0.25s;} | ||
.logo:hover {color: #b9b4b4 !important; -webkit-transition:1s;} | .logo:hover {color: #b9b4b4 !important; -webkit-transition:1s;} | ||
+ | #footer { | ||
+ | position:absolute; | ||
+ | bottom:0; | ||
+ | width:100%; | ||
+ | height:60px; /* Height of the footer */ | ||
+ | background:#6cf; | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
Line 93: | Line 100: | ||
</li> | </li> | ||
</ul> | </ul> | ||
+ | <div id="footer"> | ||
+ | </div> | ||
</div> | </div> | ||
</body> | </body> |
Revision as of 20:43, 2 August 2017