forked from STRML/strml.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles3.css
47 lines (38 loc) · 925 Bytes
/
styles3.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
/**
* We're almost done.
*/
pre:hover{
box-shadow: 0px 0px 40px 5px rgba(255,255,255,0.4);
}
#skip-animation, #pause-resume {
display: none;
}
/**
* I hope you enjoyed this.
*
* Thanks to Jake Albaugh, who was the first (that I know of) to do
* a page like this. Some of the autotyping and syntax highlighting
* code is based off his work.
*
* See more of Jake's work at http://codepen.io/jakealbaugh/
*/
/**
* 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.
*/