From e5c3f5da6ca32cab0733c03dbf446c51d42b8245 Mon Sep 17 00:00:00 2001 From: Penguin Learning <143624674+PenguinHubLearning@users.noreply.github.com> Date: Sun, 17 Sep 2023 11:30:15 -0500 Subject: [PATCH] Update chatbot.html --- chatbot.html | 130 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 79 insertions(+), 51 deletions(-) diff --git a/chatbot.html b/chatbot.html index 1d6514a..8c91371 100644 --- a/chatbot.html +++ b/chatbot.html @@ -1,59 +1,88 @@ - + + - Pengu - + .user { + text-align: right; + margin-bottom: 10px; + color: #3a86ff; + } + + .bot { + text-align: left; + margin-bottom: 10px; + color: #ff6b6b; + } + + /* Add some spacing between messages */ + .user:last-child, + .bot:last-child { + margin-bottom: 0; + } + + /* Style for the title */ + h1 { + text-align: center; + } + -
-
-

Pengu : How can I help you?

-
- -
- - +}e +