-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (79 loc) · 1.36 KB
/
style.css
File metadata and controls
83 lines (79 loc) · 1.36 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
74
75
76
77
78
79
80
81
html{
margin: 0;
}
body{
display: flex;
justify-content: center;
align-items: start;
height: 100vh;
}
h1{
font-weight: 900;
text-align: center;
margin: 40px 0;
}
.container{
display: grid;
grid-template-columns: 1fr;
justify-content: center;
align-items: start;
position: relative;
width: 90vw;
max-width: 500px;
}
.none{
display: none;
}
.btn-disabled{
background-color: rgb(85, 210, 100);
border-radius: 8px;
box-shadow: none;
cursor: not-allowed;
height: 40px;
opacity: 0.6;
width: 120px;
font-weight: 600;
color: rgb(242, 255, 255);
margin: 0 auto;
}
.label-msg{
color: red;
margin: 1rem 0;
position: absolute;
top: 80px;
left: 50px;
}
.lbl-max{
font-style:italic ;
opacity: 80%;
text-align: left;
margin: 5px 50px;
min-width: 100px;
white-space: nowrap;
}
.txtarea{
width: 400px;
resize: none;
border-radius: 5px;
box-shadow: none;
margin-bottom: 1.5em;
font-size: larger;
margin: 5px auto;
}.btn{
border-radius: 8px;
box-shadow: none;
cursor: pointer;
height: 40px;
width: 120px;
font-weight: 600;
color: rgb(242, 255, 255);
background-color: rgb(85, 210, 100);
margin: 0 auto;
}
.result{
font-size: large;
text-align: center;
}&
p span{
font-weight: 700;
}