Skip to content

Commit 81bdb12

Browse files
committed
Add: Button and its design.
1 parent fcaab4a commit 81bdb12

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
Loading
Loading

chatroom/styles4.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,17 @@ h1{
3232
}
3333

3434
.button{
35-
background-color: #ff80ee;
35+
background-color: #ff7d7d;
36+
color: white;
37+
border: 0;
38+
border-radius: 50px;
39+
padding: 15px;
40+
width: 100px;
41+
cursor: pointer;
42+
position: absolute;
43+
margin-top: 10px;
44+
right: 190px;
45+
/* width: */
3646
}
3747

3848
h3{

0 commit comments

Comments
 (0)