-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
56 lines (46 loc) · 870 Bytes
/
app.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
body {
background-color: #f5d9d5;
font-family: "Nunito", sans-serif;
overflow-x: hidden;
}
a {
font-size: 1.5rem;
font-weight: 100;
}
#nav-link li a {
color: #ffffff;
text-shadow: -1px 0px 13px #160906;
}
#nav-link li a:hover {
color: #EA1C2C;
}
.donut p {
font-weight: 100;
font-size: 4rem;
}
.product p {
color: #f498b8;
font-weight: 100;
font-size: 1.125rem;
line-height: 2;
}
h1 {
font-weight: 100;
color: #EA1C2C;
}
.scroll-bg {
background-color: #dec8e98e;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
-ms-backdrop-filter: blur(10px);
}
@media (max-width:1300px) {
.donut p {
font-size: 3.5rem;
}
}
@media (max-width:1200px) {
.donut p {
font-size: 3rem;
}
}