diff --git a/examples/chat/index.html b/examples/chat/index.html
index 91dab966..c15f4229 100644
--- a/examples/chat/index.html
+++ b/examples/chat/index.html
@@ -1,156 +1,213 @@
-
- Converse
-
-
-
-
-
-
-
-
-
Have a Conversation...
-
-
+ .chat__name-input {
+ flex: 1;
+ padding: 10px;
+ }
-
+ .chat__message-input {
+ flex: 5;
+ padding: 10px;
+ }
-
-
-
-
+ .chat__submit {
+ padding: 10px;
+ color: white;
+ border-radius: 5px;
+ }
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+