File tree Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ <h1>Chatata!</h1>
12
12
< h2 > ✨Welcome, Chatateer...✨</ h2 >
13
13
< button class ="button "> Log In</ button >
14
14
15
- < div class ="chat-container ">
16
- < div class ="side-bar ">
15
+ < div class ="side-bar ">
17
16
18
- </ div >
19
- < div class ="chats ">
20
-
21
- </ div >
17
+ </ div >
18
+ < div class ="chat-container ">
19
+
22
20
</ div >
23
21
</ div >
24
22
Original file line number Diff line number Diff line change 67
67
padding-left : 20px ;
68
68
}
69
69
70
- /* .side-bar {
71
- background-color: #ff7d7d ;
70
+ . chat-container {
71
+ background-color : # ff7d7d79 ;
72
72
height : 500px ;
73
- width: 300px ;
73
+ width : 845 px ;
74
74
position : absolute;
75
- left: 60px ;
75
+ left : 360 px ;
76
76
bottom : -40px ;
77
77
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
+ }
79
82
80
- .chat-container {
83
+ .side-bar {
81
84
background-color : # ff7d7d ;
82
85
height : 500px ;
83
- width : 1140px ;
86
+ width : 300px ;
87
+ border-top-left-radius : 20px ;
88
+ border-bottom-left-radius : 20px ;
84
89
position : absolute;
85
90
left : 60px ;
86
91
bottom : -40px ;
87
92
margin : 130px ;
88
- border-radius : 20px ;
89
- }
93
+ }
You can’t perform that action at this time.
0 commit comments