diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..af522d5 --- /dev/null +++ b/css/style.css @@ -0,0 +1,36 @@ +html, body { + margin: 0; + padding: 0; + font-family: "Comic Sans MS", cursive, sans-serif; + background-color: #9E9E9E; +} + +div { + padding-right: 10px; +} +ul + { + list-style-type: none; + margin-top: 0px; + margin-left: 0px; + padding: 0; + overflow: hidden; + background-color: #333333; +} + +li { + float: left; +} + +li a { + display: block; + color: white; + text-align: center; + padding: 16px; + text-decoration: none; +} + +li a:hover { + color: black; + background-color: white; +} \ No newline at end of file