diff --git a/index.html b/index.html
index c4bcaf2..8225dee 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
+
@@ -7,20 +8,15 @@
Document
-
+
Umsätze
diff --git a/index_styles.css b/index_styles.css
new file mode 100644
index 0000000..2372a51
--- /dev/null
+++ b/index_styles.css
@@ -0,0 +1,24 @@
+.menu_element {
+ background-color: orangered;
+ width: 50px;
+ display: inline;
+
+}
+
+#menu {
+
+ list-style-type: none;
+}
+
+
+.grid-wrapper {
+ display: grid;
+ padding: 4rem 4rem 0 4rem;
+ grid-template-columns: 1fr;
+ grid-template-rows: 100px 100px 100px;
+ grid-gap: 10px;
+}
+
+.box {
+ background-color: grey;
+}
\ No newline at end of file