diff --git a/css/main.css b/css/main.css index 30f7f23..061c271 100644 --- a/css/main.css +++ b/css/main.css @@ -2,9 +2,18 @@ box-sizing: border-box; } body{ - background-color:pink; - color: black; - font-family: Arial, Helvetica, sans-serif; + background-color: white; + color: black ; + font-family: 'Advent Pro'; +} +h1{ + text-align: center; + text-align: center; + background-color: lightcoral; + padding: 1em; + border-radius: 40px; + color: white; + font-size: 15px; } #chatBox{ width: 100%; @@ -18,11 +27,30 @@ body{ position: fixed; bottom: 0px; width: 100%; - background-color: purple; + background-color: lightcoral; display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; - height: 70px; - -} \ No newline at end of file + height: 80px; + padding: .5em; + border-radius: 30px; +} +#sendBtn{ + font-family: 'Advent Pro'; + background-color: lightcyan; + border: lightcoral; + border-radius: 30px; +} +#newMsg{ + font-family: 'Advent Pro'; + background-color: lightcyan; + border: lightcoral; + border-radius: 30px; +} +#sendBtn:hover{ + background-color: lightseagreen; +} +p{ +text-align: center; +} diff --git a/img/logo57.png b/img/logo57.png new file mode 100644 index 0000000..af4303f Binary files /dev/null and b/img/logo57.png differ diff --git a/img/notif.mp3 b/img/notif.mp3 new file mode 100644 index 0000000..c7fc764 Binary files /dev/null and b/img/notif.mp3 differ diff --git a/index.html b/index.html index c118a78..c774c31 100644 --- a/index.html +++ b/index.html @@ -8,14 +8,17 @@