forked from altkdev/ALTk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (65 loc) · 1.28 KB
/
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
62
63
64
65
66
67
68
69
70
71
72
73
a {
color: #ffffff;
font-family: 'Brush Script MT' Cursive;
text-decoration: none;
font-size: 3rem;
mix-blend-mode: difference;
}
#moblie-only-text{
color: #3d3d3d;
font-family: 'Brush Script MT' Cursive;
text-decoration: none;
font-size: 1.5rem;
}
#mobile{
margin: auto;
visibility: hidden;
width: 50%;
height: 50%;
background: #c9c9c986;
border: 0px;
}
#vid{
position: absolute;
bottom: 40%;
left: 45%;
}
#main{
width: 100%;
height: 100%;
}
#secret{
position:absolute;
bottom: 0;
right: 0;
}
.skip-nav{
position: absolute;
background: #039CC6;
text-decoration: none;
color:white;
padding: .5rem 1.5rem;
border-radius: 0 0 0.25rem 0.25rem;
border: none;
transform: translate(-120%);
transition: transform 325ms ease-in;
}
.skip-nav:focus{
transform: translate(0%);
}
.🍪🍪🍪🍪🍪 {
position: absolute;
background: #039CC6;
text-decoration: none;
bottom: 69%;
left: 69%;
color: white;
padding: .5rem 1.5rem;
border-radius: 0 0 0.25rem 0.25rem;
border: none;
opacity: 0;
transition: opacity 325ms ease-in;
}
.🍪🍪🍪🍪🍪:focus{
opacity: 100;
}