-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
73 lines (62 loc) · 1.1 KB
/
style.css
File metadata and controls
73 lines (62 loc) · 1.1 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
72
73
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Poppins",sans-serif;
}
body{
background-color: #e62816;
}
.wrapper{
position: absolute;
width: 90vmin;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
.container{
background-color: #ffffff;
padding: 50px 30px 80px 30px;
margin-top: 10px;
border-radius: 8px;
box-shadow: 0 30px 50px rgba(30, 20, 49, 0.3);
}
textarea{
width: 100%;
border: none;
resize:none ;
}
outline: none;
font-size: 16px;
line-height: 28px;
color: #0e101a;
}
.count{
background-color: #000000;
width: 80%;
padding: 20px;
position: relative;
transform: translate(-50%, -50%);
left: 50%;
display: flex;
justify-content: space-around;
text-align: center;
border-radius: 5px;
box-shadow: 0 20px 40px rgba(30, 20, 40, 0.4);
}
.count p{
color: #a0a0c0;
}
.count h5{
color: #e62916;
font-size: 32px;
}
box-shadow: 0 20px 40px rgba(30, 20, 49, 0.4);
}
.count p {
color: #a0a0c0;
}
.count h5 {
color: #e62816;
font-size: 32px;
}