From debb7f5967bd7ce420404c2817d50cdb5853bd8f Mon Sep 17 00:00:00 2001 From: Sharma Date: Tue, 23 Oct 2018 11:52:05 +0530 Subject: [PATCH] new style added --- css/style.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 css/style.css 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