-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (36 loc) · 732 Bytes
/
style.css
File metadata and controls
43 lines (36 loc) · 732 Bytes
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
#sound {
margin-top: 30px;
}
#calculator {
border: 3px solid black;
border-radius: 10px;
padding: 20px 30px;
width:25%;
background-color: rgba(43, 77, 227, 0.35);
font-family: 'Rubik', sans-serif;
}
.input {
border: 1px solid black;
}
#solve {
font-family: 'Poppins', sans-serif;
border-radius: 6px;
border: 1.5px solid black;
background-color: #2f7ff7;
font-size: 18px;
padding: 6px 12px;
transition-duration: 0.4s;
}
#solve:hover {
background-color: #185ec7;
cursor: pointer;
}
#answer {
font-family: 'Roboto Condensed', sans-serif;
}
#audio:hover {
cursor: pointer;
}
audio:hover {
cursor: pointer;
}