forked from HACKBAR-jp/Hack.BAR.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles3.css
More file actions
43 lines (33 loc) · 743 Bytes
/
styles3.css
File metadata and controls
43 lines (33 loc) · 743 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
/**
* We're almost done.
*/
pre:hover{
box-shadow: 0px 0px 40px 5px rgba(255,255,255,0.4);
}
#skip-animation, #pause-resume {
display: none;
}
/**
* By the way, you can edit this box. Try adding new CSS!
*
* For example,
*
* The property 'text-shadow' takes the parameters:
* 'x', 'y', 'blur', 'color'.
*
* So if I wanted to mirror the values,
* I could place a shadow 15px under it,
* with a little blur for effect:
*/
.value {
text-shadow: 0px 15px 1px white;
}
/**
* Try it out! There's lots you can do.
* Try playing with text sizes, shadows, animations, or just
* break the page. I won't hold it against you.
*/
/**
* Dear genius engineers.
* We look forward to welcoming you at the Hack.BAR!
*/