-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstarfish.css
71 lines (57 loc) · 1.46 KB
/
starfish.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
h1{
padding: 30px 0 0 50px;
}
h2{
padding-left: 150px;
}
.text-left, .text-right{
border: none;
}
.ruby {
background:url(images/ruby.png) fixed no-repeat;
background-position: left 100px top 250px;
}
.suit {
background:url(images/suit.png) fixed no-repeat;
background-position: right 50px center;
}
.spider-bees {
background:url(images/spider-bees.png) fixed no-repeat;
background-position: left 50px center;
}
.starfish {
background:url(images/one-starfish.png) fixed no-repeat;
background-position: right 150px center;
}
.dead-spider {
background:url(images/dead-spider.png) fixed no-repeat;
background-position: left 50px center;
}
.double-starfish {
background:url(images/double-starfish.png) fixed no-repeat;
background-position: right 50px center;
}
.starbucks-hq {
background:url(images/starbucks-hq.png) fixed no-repeat;
background-position: left 50px center;
}
.banana-coffee {
background:url(images/banana-coffee.png) fixed no-repeat;
background-position: right 200px center;
}
.wikipedia {
background:url(images/wikipedia.png) fixed no-repeat;
background-position: left;
}
.aa-bees {
background:url(images/aa-bees.png) fixed no-repeat;
background-position: right 150px center;
}
.internet {
background:url(images/internet.png) fixed no-repeat;
background-position: left 50px center;
}
.starfish-smile {
background:url(images/starfish-smile.png) fixed no-repeat;
background-position: right 250px bottom 200px;
}