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
<!DOCTYPE html>
<html>
<head>
<title>user 1</title>
<style>
#chat{
background-image: url(https://images.pexels.com/photos/4058719/pexels-photo-4058719.jpeg?cs=srgb&dl=pexels-streetwindy-4058719.jpg&fm=jpg);
background-color: skyblue;
background-position: left;
background-size: 100% 100%;
background-repeat: repeat;
background-blend-mode: luminosity;
height: 500px;
width: 350px;
padding: 10px;
margin: 10px;
}
.chat1{
direction: ltr;
color: red;
}
.chat2{
direction: rtl;
color: blue;
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
body {
#chat{
background-image:
}
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run