-
Notifications
You must be signed in to change notification settings - Fork 0
/
wada.css
76 lines (65 loc) · 1.5 KB
/
wada.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
74
75
76
body {
background-color: black;
font-family: 'Open Sans', sans-serif;
}
h1#wadafm {
display: block;
color: white;
width: 80%;
font-size: 20.5em;
text-shadow:
0 0 12px rgba(209, 92, 150, 1),
0 0 20px rgba(209, 92, 150, 1),
0 0 28px rgba(209, 92, 150, 1),
0 0 36px rgba(209, 92, 150, 1),
0 0 44px rgba(209, 92, 150, 1);
}
h1#todaysletter {
display: block;
color: white;
width: 80%;
font-size: 15.9em;
text-shadow:
0 0 12px rgba(249, 81, 65, 1),
0 0 20px rgba(249, 81, 65, 1),
0 0 28px rgba(249, 81, 65, 1),
0 0 36px rgba(249, 81, 65, 1),
0 0 44px rgba(249, 81, 65, 1);
}
h1:hover {
cursor: pointer;
}
img#wadafm_artwork {
display: block;
height:1000px;
width: 1000px;
}
p#describe {
color: white;
}
a#forkme {
display: block;
margin-top: 0.25em;
font-size: 2em;
text-decoration: none;
color: white;
text-shadow:
0 0 12px rgba(28, 169, 248, 1),
0 0 20px rgba(28, 169, 248, 1),
0 0 28px rgba(28, 169, 248, 1),
0 0 36px rgba(28, 169, 248, 1),
0 0 44px rgba(28, 169, 248, 1);
}
a#se {
display:block;
margin-top: 0.12em;
font-size: 1.5em;
text-decoration: none;
color: white;
text-shadow:
0 0 12px rgba(105, 191, 116, 1),
0 0 20px rgba(105, 191, 116, 1),
0 0 28px rgba(105, 191, 116, 1),
0 0 36px rgba(105, 191, 116, 1),
0 0 44px rgba(105, 191, 116, 1);
}