-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (53 loc) · 1015 Bytes
/
style.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
body{
background-image: url("bg3.jpg");
background-size: cover;
background-repeat: no-repeat;
}
h2{
color: white;
text-transform: uppercase;
font-size: 17px;
text-align: center;
}
.slogan{
color: white;
text-transform: uppercase;
font-size: 22px;
margin-top: 5%;
text-align: center;
text-transform: none;
}
.custom-cursor {
pointer-events: none;
position: fixed;
border-radius: 50%;
z-index: 999;
}
.cursor {
width: 5px;
height: 5px;
background-color: white;
}
.cursor-follower {
width: 30px;
height: 30px;
border: 2px solid white;
}
.cursor-white {
background-color: #fff;
}
.cursor-follow-white {
border: 2px solid #fff;
}
.cursor-transform {
background-color: transparent;
}
.cursor-follow-transform {
border: unset;
background-color: rgba(153, 153, 153, 0.4);
}
.foot{
text-align: center;
margin-top: 3%;
color: white;
}