-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (58 loc) · 1.14 KB
/
style.css
File metadata and controls
59 lines (58 loc) · 1.14 KB
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
*{
margin: 0;
padding: 0;
background-color: #843AF8;
}
#chat{
color: #0d0d0d;
display: inline-block;
margin-left: 20px;
margin-top: 20px;
color: rgba(12, 5, 5, 0.985);
}
#log{
background-color: #0d0d0d;
padding: 0px 12px;
color: #ffffff;
border-radius: 15px;
display: inline-block;
margin-left: 1000px;
border: 1px solid black;
}
#button{
background-color: #ffffff;
padding: 0px 12px;
color: #0d0d0d;
text-align: justify;
border: 1px solid black;
border-radius: 15px;
}
#myid{
padding: 0px 4px;
color:#0d0d0d;
font: 28px ui-sens-serif, -apple-system, system-ui, sans-serif;
text-align: center;
margin-top: 200px;
}
#box textarea{
background-color:#ffffff;
padding: 10px;
width: 640px;
height: 101.97px;
opacity: 1;
border: 2px solid rgba(0,0,0,0.25);
border-radius: 25px;
margin-left: 300px;
margin-top: 50px;
}
.btn{
font-size: 15px;
text-align: center;
border-radius: 15px;
padding: 10px 20px;
margin-left: 20px;
margin-top: 50px;
cursor: pointer;
top: 50%;
transform: translateY(-50%);
}