-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplash.css
73 lines (72 loc) · 1.41 KB
/
splash.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
/* splash.css */
body{
background-color: orange;
}
#container{
position: relative;
margin-top: -40px;
}
#title{
font: 34px/30px 'Vast Shadow';
color: black;
width: 620px;
margin: 0 auto;
letter-spacing: .11em;
text-transform: uppercase;
padding: 14px 0 13px 0;
border-top: 4px double #676767;
border-bottom: 4px double #676767;
}
#alice{
font: italic 900 100px/90px 'Playfair Display', Georgia, serif;
margin-top: 80px;
margin-left: 150px;
padding-top: -20px;
padding-bottom: -40px;
/*display: block;*/
}
#in{
font-family: 'Playfair Display SC', serif;
font-size: 60px;
}
#peter{
position: relative;
font: 68px/60px 'Ultra', sans-serif;
text-align: center;
text-transform: uppercase;
/*font-size: 100px;*/
margin-top: -120px;
}
#and{
font-family: 'Playfair Display SC', serif;
font-size: 70px;
}
#jungle{
position: relative;
font: 900 150px/90px 'Playfair Display', Georgia, serif;
margin-left: 100px;
margin-top: -70px
}
#andersen{
position: relative;
font: 68px/60px 'Playfair Display SC', sans-serif;
text-align: center;
text-transform: uppercase;
margin-top: -105px;
margin-left: -140px;
}
#aesop{
font: italic 900 130px/90px 'Playfair Display', Georgia, serif;
text-transform: uppercase;
text-align: center;
margin-top: -75px;
margin-left: 100px;
}
a:link{
text-decoration: none;
color: black;
}
a:visited{
text-decoration: none;
color: black;
}