(Created page with "<html> <style> @charset "UTF-8"; /*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel E...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | |||
+ | |||
+ | /* Add a black background color to the top navigation */ | ||
+ | .topnav { | ||
+ | background-color: #333; | ||
+ | overflow: hidden; | ||
+ | left:0; | ||
+ | right:0; | ||
+ | |||
+ | padding-right: 15px; | ||
+ | |||
+ | } | ||
+ | |||
+ | /* Style the links inside the navigation bar */ | ||
+ | .topnav a { | ||
+ | float:left; | ||
+ | display: block; | ||
+ | color: #f2f2f2; | ||
+ | text-align: center; | ||
+ | padding: 14px 16px; | ||
+ | text-decoration: none; | ||
+ | font-size: 17px; | ||
+ | } | ||
+ | |||
+ | /* Change the color of links on hover */ | ||
+ | .topnav a:hover { | ||
+ | background-color: #ddd; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | /* Hide the link that should open and close the topnav on small screens */ | ||
+ | .topnav .icon { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
@charset "UTF-8"; | @charset "UTF-8"; |
Revision as of 18:36, 24 July 2017