-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·64 lines (56 loc) · 962 Bytes
/
style.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
body {
background-color: #f1f1f1;
padding-left: 2.5%;
height: auto;
width: auto;
}
.Japan{
background-color: #f1f1f1;
float: left;
width: 100%;
}
.bold {
font-weight: bold;
}
.trip-font {
font-size: 1.3em;
}
.no-bullets {
list-style-type: none;
}
.no-indent-and-bullets {
list-style-type: none;
padding-left: 0;
}
.link-blue {
color: blue;
}
#Japan{
background-color: 0;
position: absolute;
width: 90%;
height: 350%;
}
.petal {
background: url(http://talktofill.surge.sh/cherry-blossom.png) no-repeat;
}
.petal.petal-style1 {
width: 45px;
height: 20px;
background-position: -31px 0;
}
.petal.petal-style2 {
width: 42px;
height: 22px;
background-position: 0 -23px;
}
.petal.petal-style3 {
width: 37px;
height: 24px;
background-position: 0 -50px;
}
.petal.petal-style4 {
width: 26px;
height: 34px;
background-position: -49px -35px;
}