-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
71 lines (63 loc) · 1.33 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
.inputwords {
margin-top: 10px;
margin-bottom: 40px;
}
.ta2 {
/* border: 1px solid black; */
margin-top: 10px;
margin-right: 20px;
border-radius: 10px;
font-family: Arial, Helvetica, sans-serif;
}
.ta1 {
/* border: 1px solid black; */
margin-top: 10px;
margin-bottom: 40px;
border-radius: 10px;
font-family: Arial, Helvetica, sans-serif;
}
.ta1:focus,
.ta2:focus {
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.transformText {
text-transform: uppercase;
font-weight: bolder;
font-size: large;
color: #242526;
}
.button {
background-color: #31a1ce;
border: none;
color: rgb(255, 255, 255);
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
font-weight: bold;
text-transform: uppercase;
border-radius: 5px;
text-shadow: 2px 2px 4px #000000;
}
.button1:hover {
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
body {
background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
}
.result1 {
display: none;
}
.result2 {
display: none;
}
h1{
text-shadow: 2px 2px 4px #000000;
}