-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (66 loc) · 1.13 KB
/
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.logo{
display:block;
margin:auto;
width:50px;
height:50px;
}
.container{
max-width:955px;
border:2.4px solid black ;
height:60vh;
padding:33px;
overflow-y:auto;
margin:auto;
height:60vh;
margin-bottom:23px;
margin-top:20px;
}
h1{
text-decoration:underline;
color:white;
}
.st{
display:block;
margin:auto;
width:fit-content;
border:2px solid red;
padding:2px;
}
.message{
background-color: grey;
width:24%;
padding:10px;
margin:17px 2px;
border:2px solid black;
border-radius:10px;
}
.left{
float:left;
clear:both;
}
.right{
float:right;
clear:both;
}
#send-container{
display:block;
margin:auto;
text-align:center;
}
#messageInp{
width:60%;
border:2px solid black;
border-radius:6px;
height:34px;
}
body{
height:100vh;
background-image: linear-gradient(rgb(92,100,221),rgb(109,39,239));
}
.btn{
cursor:pointer;
border:2px solid black;
border-radius:6px;
height:34px;
padding:2px;
}