-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.css
85 lines (69 loc) · 1.65 KB
/
services.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
77
78
79
80
81
82
83
84
85
h1{
font: 'Lobster Two';
padding: 30px 0 0 50px;
}
pre {
color: red;
}
pre.comments{
color: gray;
}
.text-left, .text-right{
border: none;
}
.boxes {
background:url(images/boxes.png) fixed no-repeat;
background-position: left 100px top 250px;
}
.robot-wires {
background:url(images/robot-wires.png) fixed no-repeat;
background-position: right 50px center;
}
.fire {
background:url(images/fire.png) fixed no-repeat;
background-position: left 50px center;
}
.votes1 {
background:url(images/votes1.png) fixed no-repeat;
background-position: right 50px center;
}
.votes2 {
background:url(images/votes2.png) fixed no-repeat;
background-position: left 50px center;
}
.votes3 {
background:url(images/votes3.png) fixed no-repeat;
background-position: right 50px center;
}
.clouds {
background:url(images/clouds.png) fixed no-repeat;
background-position: left 50px center;
}
.identity {
background:url(images/identity.png) fixed no-repeat;
background-position: right 200px center;
}
.identity1 {
background:url(images/identity1.png) fixed no-repeat;
background-position: left;
}
.failure {
background:url(images/failure.png) fixed no-repeat;
background-position: right 50px center;
}
.responsibility {
background:url(images/responsibility.png) fixed no-repeat;
background-position: right 50px center;
}
.dogs {
background:url(images/dogs.png) fixed no-repeat;
background-position: left 50px center;
}
.gem-fail {
background:url(images/gem-fail.png) fixed no-repeat;
background-position: right 50px center;
}
.take-aways {
background:url(images/take-aways.png) fixed no-repeat;
background-position: left 50px center;
}