-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHost.css
More file actions
71 lines (70 loc) · 1.17 KB
/
Host.css
File metadata and controls
71 lines (70 loc) · 1.17 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
60
61
62
63
64
65
66
67
68
69
70
71
*{
margin:0;
padding:0;
}
body{
width: 100vw;
background-color: black;
}
.we{
color:green;
text-align: center;
margin: 10px;
padding: 5px;
font-size: 100px;;
}
.Sender{
position: absolute;
background-color: black;
width: 30%;
height: 50%;
top:50%;
margin-top: -10%;
left: 35%;
text-transform: translate(-50%, -50%);
border: 5px solid green;
border-radius: 10%;
}
.masjo{
background-color: black;
}
.Ko{
text-align: center;
color: green;
}
#messageContainer{
color: rgb(245, 253, 245);
text-align: center;
font-size: 25px;
font-family: bold;
}
img{
width: 40px;
height: 40px;
}
.jo{
background-color: black;
}
input{
position:absolute;
width: 20%;
height: 30px;
outline: none;
font-size: 20px;
padding: 0 30px;
line-height: 80px;
border-radius: 10px;
color: green;
right: 39%;
top: 70%;
bottom: 20px;
background-color: black;
border: 3px solid green;
}
button{
position: absolute;
right: 35%;
bottom: 23%;
background-color: green;
border-radius:100%;
}