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