-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (55 loc) · 859 Bytes
/
style.css
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
body{
background-color: aqua;
}
.logo{
font-family: 'Poppins', sans-serif;
align-content: center;
justify-content: center;
text-align: center;
}
.container{
background-color:white;
max-width: 955px;
margin: auto;
height:60vh;
border-radius: 3px;
overflow-y: auto;
border: black;
padding: 20px;
}
.btn{
margin: auto;
align-items: center;
border-radius: 3px;
}
.ip{
border-radius: 3px;
}
.message{
background-color: gray;
width: 24%;
padding: 10px;
margin: 17px 3px;
border-radius: 3px;
}
.left{
float:right;
clear: both;
}
.right{
float: left;
clear: both;
}
#send-container{
text-align: center;
}
#messageinp{
width: 59%;
border-radius: 6px;
height: 34px;
}
.btn{
cursor: pointer;
border-radius: 6px;
height: 34px;
}