diff --git a/komp/24-10-16/aufgabe.html b/komp/24-10-16/aufgabe.html
new file mode 100644
index 0000000..3eb50d5
--- /dev/null
+++ b/komp/24-10-16/aufgabe.html
@@ -0,0 +1,38 @@
+
+
+
+
+
+ Tabelle
+
+
+
+ DANIEL
+
+
+
+ | 2BKI21 |
+ 1 |
+
+
+ |
+ |
+
+
+
+ |
+
+
+
+
+
\ No newline at end of file
diff --git a/komp/listen.html b/komp/listen.html
index 04d86fb..c0ca64b 100644
--- a/komp/listen.html
+++ b/komp/listen.html
@@ -10,10 +10,17 @@
border: 1px solid gray;
font-family: sans-serif;
box-sizing: border-box;
+ border-color: lightblue;
}
h1 {
color: lawngreen;
}
+ table, td {
+ border: 2px black solid;
+ padding: 5px;
+ align-items: flex;
+
+ }
@@ -34,8 +41,7 @@