-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
49 lines (43 loc) · 908 Bytes
/
styles.css
File metadata and controls
49 lines (43 loc) · 908 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
44
45
46
47
48
body {
background-image: url("./back.png");
background-repeat: no-repeat;
background-size: cover;
height: 40vh;
font-family: Arial, Helvetica, sans-serif;
}
.container {
width: 500px;
display: block;
background-color: rgba(242, 245, 245, 0.596);
transition: 0.3s;
font-size: 24px;
font-weight: bold;
margin: 50px auto;
box-shadow: rgba(243, 242, 242, 0.25) 0px 54px 55px,
rgba(236, 236, 236, 0.12) 0px -12px 30px,
rgba(241, 237, 237, 0.12) 0px 4px 6px,
rgba(241, 240, 240, 0.17) 0px 12px 13px,
rgba(228, 226, 226, 0.09) 0px -3px 5px;
border-radius: 10px;
}
.slider {
width: 78%;
height: 50px;
}
.ranges {
padding: 10px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
label {
text-transform: capitalize;
transition: all 0.5s;
}
h1 {
width: 500px;
display: block;
margin: 50px auto;
color: azure;
}