diff --git a/tools/Chat app 2/index.html b/tools/Chat app 2/index.html
index af8c64b..b3e23b3 100644
--- a/tools/Chat app 2/index.html
+++ b/tools/Chat app 2/index.html
@@ -1,48 +1,97 @@
-
- Socket.IO chat
-
-
-
-
-
-
+ #form {
+ background: rgba(0, 0, 0, 0.15);
+ padding: 0.25rem;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ display: flex;
+ height: 3rem;
+ box-sizing: border-box;
+ backdrop-filter: blur(10px);
+ }
-
-
-
+ #messages {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ }
+
+ #messages>li {
+ padding: 0.5rem 1rem;
+ }
+
+ #messages>li:nth-child(odd) {
+ background: #efefef;
+ }
+
+
+
+
+
+
+
+
+
+
+
+