-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylepro.css
95 lines (83 loc) · 1.67 KB
/
stylepro.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
body {
background-color: #000;
}
.back-btn {
/* padding: 7% 15%; */
text-align: center;
}
/* length css */
.len-heading {
font-family: "Sacramento";
font-weight: bold;
align-items: center;
text-align: left;
padding: 2% 20%;
color: #fff;
background-color: #40DFEF;
font-size: 4.25rem;
}
.length-box {
align-items: center;
text-align: center;
box-shadow: inset;
color: #f34;
background-color: rgba(255,255,255,0.13);
border: 5px solid rgba(25, 234, 129, 0.1);
box-shadow: 0 0 40px rgba(7, 244, 62, 0.6);
border-radius: 20px;
font-size: 1.6rem;
font-family: "Montserrat";
width: 800px;
height: 200px;
margin: 5% 25%;
/* border: 10%; */
padding-top: 2%;
/* padding-bottom: 2%; */
}
.target {
transform: scale(1);
}
.target:hover {
transform: scale(1.01);
/* Only the value of scale() changed */
}
input {
text-align: center;
font-family: "montserrat";
box-shadow: inset;
padding: 2px 2px 3px;
letter-spacing: 4px;
}
.footer-section {
text-align: center;
background-color: #BAD7E9;
padding: 2% 15%;
}
#footer1{
text-align: center;
padding:1% 15%;
}
.share-icon{
padding:1%;
margin: 20px 10px;
font-size: 2rem;
}
@media all and (min-width:481px) and (max-width:768px){
.len-heading{
width: 100%;
}
.length-box{
width: 95%;
height: 220px;
margin: auto;
}
input{
width: 80%;
}
#resultType{
width: 80%;
}
#inputType{
width: 80%;
}
}