From a44d2125930516a6d85c01ba0a5014c8d18121b5 Mon Sep 17 00:00:00 2001 From: soyed Date: Thu, 15 Apr 2021 12:03:34 -0400 Subject: [PATCH] added the chat agent --- css/styles.css | 26 +++++++++++++++++++------- index.html | 23 +++++++++++++++++++++-- 2 files changed, 40 insertions(+), 9 deletions(-) diff --git a/css/styles.css b/css/styles.css index 7d7b3a2..f51979d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -262,11 +262,6 @@ input:invalid+span:after { position: absolute; content: '✖'; padding-left: 5px; - <<<<<<< HEAD -} - -input:valid+span:after { - ======= } input:valid+span:after { @@ -286,8 +281,6 @@ input:valid+span:after { /* Footer section */ -#footer {} - .social-icon { margin: 20px 10px; } @@ -355,3 +348,22 @@ input[type=submit] { input[type=submit]:hover { background-color: #fa4664; } + +.agent-box{ + text-align: right; +} +#chat-bot{ + display: none; + +} + +#bot-display{ + +} +.bot-icon{ + color: #34626c; +} + +.bot-icon:hover { + color: rgb(216, 181, 24); +} \ No newline at end of file diff --git a/index.html b/index.html index 4a2772b..74281fe 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@
- + brand-img
-