-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbig.css
More file actions
62 lines (52 loc) · 715 Bytes
/
big.css
File metadata and controls
62 lines (52 loc) · 715 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
body {
font-family: 'Helvetica';
letter-spacing:-5px;
background:#ffffcc;
color:#4183C5;
margin:0;
padding:0;
font-weight:bold;
}
h1, h2, h3, p {
margin:0;
}
strong, em, a {
font-style:normal;
color:#76C759;
}
strong {
color: #f4b400;
}
a {
background: #225ea8;
color:#fff;
text-decoration:none;
}
img {
width: 100%;
}
div {
cursor:pointer;
cursor:hand;
position:absolute;
top:0px;
left:0px;
padding:75px;
line-height:97%;
}
pre {
font-family: 'Courier';
color: gray;
letter-spacing: 2px;
display: inline;
}
span {
background: #ddd;
display: inline;
}
div.center {
text-align:center;
}
div.imageText {
text-shadow:0px 0px 5px rgba(0,0,0,0.2);
}