-
Notifications
You must be signed in to change notification settings - Fork 0
/
_intro.scss
61 lines (60 loc) · 1.13 KB
/
_intro.scss
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
.matchstick {
background-image: url("/assets/images/matchsticks.png");
width: 15px;
height: 200px;
transition: 0.2s;
&:hover {
margin-top: -15px;
}
}
.matchstick.matchstick-1 {
background-position: 0 0;
width: 18px;
}
.matchstick.matchstick-2 {
background-position: -20px 0;
}
.matchstick.matchstick-3 {
background-position: -37px 0;
height: 201px;
}
.matchstick.matchstick-4 {
background-position: -54px 0;
}
.matchstick.matchstick-5 {
background-position: -71px 0;
height: 201px;
}
.matchstick.matchstick-6 {
background-position: -88px 0;
height: 201px;
}
.matchstick.matchstick-7 {
background-position: -105px 0;
width: 13px;
}
.matchstick.matchstick-8 {
background-position: -120px 0;
width: 18px;
}
.matchstick.matchstick-9 {
background-position: -140px 0;
width: 17px;
}
.matchstick.matchstick-10 {
background-position: -159px 0;
width: 30px;
height: 201px;
}
.matchstick.matchstick-11 {
background-position: -191px 0;
height: 201px;
}
.matchstick.matchstick-12 {
background-position: -208px 0;
width: 27px;
}
.matchstick.matchstick-13 {
background-position: -237px 0;
width: 25px;
}