Skip to content

Commit d15310d

Browse files
committed
Add: chat-container.
1 parent f20ab1d commit d15310d

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

chatroom/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Chatata!</title>
4+
<title>Chatata! - chat with friends</title>
55
<meta charset="UTF-8">
66
<link rel="stylesheet" href="styles4.css">
77
</head>
@@ -20,8 +20,8 @@ <h2>✨Welcome, Chatateer...✨</h2>
2020

2121
</div>
2222
</div>
23-
2423
</div>
24+
2525
<h3>@King Pandesal</h3>
2626
</body>
2727
</html>
Loading

chatroom/styles4.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,24 @@ h3{
6666
margin:0;
6767
padding-left: 20px;
6868
}
69+
70+
/* .side-bar{
71+
background-color: #ff7d7d;
72+
height: 500px;
73+
width: 300px;
74+
position: absolute;
75+
left: 60px;
76+
bottom: -40px;
77+
margin: 130px;
78+
} */
79+
80+
.chat-container{
81+
background-color: #ff7d7d;
82+
height: 500px;
83+
width: 1140px;
84+
position: absolute;
85+
left: 60px;
86+
bottom: -40px;
87+
margin: 130px;
88+
border-radius: 20px;
89+
}

0 commit comments

Comments
 (0)