Line 4: | Line 4: | ||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
<title>title</title> | <title>title</title> | ||
+ | <style> | ||
+ | .header { | ||
+ | font-size: 30px; | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | position: fixed; | ||
+ | height: 3em; | ||
+ | z-index: 99; | ||
+ | float: left; | ||
+ | background-color: #5d8aa8; | ||
+ | min-width: 1080px; | ||
+ | } | ||
+ | .dropdown{ | ||
+ | color: #fff | ||
+ | } | ||
+ | body { | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | .dropdown-content { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | background-color: #5d8aa8; | ||
+ | min-width: 250px; | ||
+ | color: #fff; | ||
+ | } | ||
</head> | </head> | ||
Revision as of 19:20, 11 August 2018