Skip to content

Commit d2d8f7f

Browse files
committed
Add
1 parent d15310d commit d2d8f7f

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

chatroom/index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ <h1>Chatata!</h1>
1212
<h2>✨Welcome, Chatateer...✨</h2>
1313
<button class="button">Log In</button>
1414

15-
<div class="chat-container">
16-
<div class="side-bar">
15+
<div class="side-bar">
1716

18-
</div>
19-
<div class="chats">
20-
21-
</div>
17+
</div>
18+
<div class="chat-container">
19+
2220
</div>
2321
</div>
2422

Loading

chatroom/styles4.css

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,27 @@ h3{
6767
padding-left: 20px;
6868
}
6969

70-
/* .side-bar{
71-
background-color: #ff7d7d;
70+
.chat-container{
71+
background-color: #ff7d7d79;
7272
height: 500px;
73-
width: 300px;
73+
width: 845px;
7474
position: absolute;
75-
left: 60px;
75+
left: 360px;
7676
bottom: -40px;
7777
margin: 130px;
78-
} */
78+
border-top-right-radius: 20px;
79+
border-bottom-right-radius: 20px;
80+
/* box-shadow: 5px 5px 5px 3px #8b3c3c13, -5px -5px 5px 3px #8b3c3c13; */
81+
}
7982

80-
.chat-container{
83+
.side-bar{
8184
background-color: #ff7d7d;
8285
height: 500px;
83-
width: 1140px;
86+
width: 300px;
87+
border-top-left-radius: 20px;
88+
border-bottom-left-radius: 20px;
8489
position: absolute;
8590
left: 60px;
8691
bottom: -40px;
8792
margin: 130px;
88-
border-radius: 20px;
89-
}
93+
}

0 commit comments

Comments
 (0)