diff --git a/main.css b/css/main.css similarity index 71% rename from main.css rename to css/main.css index 992642f..9c6e7c3 100644 --- a/main.css +++ b/css/main.css @@ -1,5 +1,5 @@ body{ - background-color: aqua; + background-color:pink; color:#eee; font-family: Arial, Helvetica, sans-serif; } \ No newline at end of file diff --git a/chatroomlogo192.png b/img/chatroomlogo192.png similarity index 100% rename from chatroomlogo192.png rename to img/chatroomlogo192.png diff --git a/chatroomlogo512.png b/img/chatroomlogo512.png similarity index 100% rename from chatroomlogo512.png rename to img/chatroomlogo512.png diff --git a/index.html b/index.html index 2689a1d..83021c6 100644 --- a/index.html +++ b/index.html @@ -6,13 +6,18 @@