-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (41 loc) · 1.09 KB
/
Copy pathstyle.css
File metadata and controls
43 lines (41 loc) · 1.09 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
.calc {
background: radial-gradient(circle, rgba(69,224,177,1) 72%, rgba(68,210,185,1) 76%, rgba(69,221,179,1) 79%, rgba(67,189,197,1) 82%, rgba(70,252,161,1) 90%, rgba(69,220,179,1) 92%, rgba(65,141,224,1) 97%, rgba(63,94,251,1) 100%);
width: 500px;
height: 450px;
margin: 0;
margin: auto;
border-color: #4567fc;
border-width: 5px;
border-style: solid;
font-size: 30px;
border-radius: 10px;
text-align: center;
}
.calc select {
margin-top: 75px;
border: 3px solid #4567fc;
border-radius: 5px;
text-align: center;
font-size: 20px;
background: linear-gradient(90deg, rgba(69,252,241,1) 54%, rgba(69,103,252,1) 100%);
}
.calc select:hover{
color: #4567fc;
}
input{
border: 3px solid #4567fc;
border-radius: 5px;
}
p{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: #4567fc
}
button{
font-size: 20px;
background: linear-gradient(90deg, rgba(69,252,241,1) 54%, rgba(69,103,252,1) 100%);
border-radius: 5px;
border-color: #4567fc;
}
.calc button:hover{
color: #4567fc;;
}