html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!--Made with love and delight by Ambica N Vanya{Super coders Group}
Press Enter key to run this
Works best in computer
-->
<!Doctype html>
<html>
<head>
<script>
know = {
"Hi" : "                        Halo!",
"Hello" : "                        Hi there!",
"hi" : "                        Hi there!",
"hello" : "                        Hi there!",
"HELLO" : "                        Hi there!",
"Who are you?" : "                        I am Vanya's and Ambica's Assistant",
"Who are you" : "                        I am Vanya's and Ambica's Assistant",
"who are you" : "                        I am Vanya's and Ambica's Assistant",
"who are you?" : "                        I am Vanya's and Ambica's Assistant",
"How are you?" : "                        I am Fine",
"How are you" : "                        I am Fine",
"how are you" : "                        I am Fine",
"how are you?" : "                        I am Fine",
"How old are you?" : "                        I am infinity in age",
"How old are you" : "                        I am infinity in age",
"how old are you" : "                        I am infinity in age",
"how old are you?" : "                        I am infinity in age",
"Bye" : "                        Meet u soon ",
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
body {
background:cyan;
}
#userbox{
background:whitesmoke;
border-radius:20px;
position:absolute;
bottom:0;
right:0;
width:100%;
height:30px;
}
.container {
border: 2px solid #dedede;
background-color: #f1f1f1;
border-radius: 5px;
padding: 10px;
margin: 10px 0;
}
.container::after {
content: "";
clear: both;
display: table;
}
js
js
1
BROWSER
Console
Run