From 0efb7095243266e7afc292cebfd972d95230e832 Mon Sep 17 00:00:00 2001 From: barthiv73098 Date: Tue, 5 Nov 2019 15:16:33 +0100 Subject: [PATCH] Implemented navigation bar. --- index.html | 20 ++++++++++++++++++-- index_styles.css | 11 +++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 index_styles.css diff --git a/index.html b/index.html index 5e03749..3b83183 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,27 @@ - + + + + + Quitt + - + + + + + \ No newline at end of file diff --git a/index_styles.css b/index_styles.css new file mode 100644 index 0000000..116a1f6 --- /dev/null +++ b/index_styles.css @@ -0,0 +1,11 @@ +.menu_element { + background-color: orangered; + width: 50px; + display: inline; + +} + +#menu { + + list-style-type: none; +} \ No newline at end of file