-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
74 lines (64 loc) · 1.04 KB
/
style.css
File metadata and controls
74 lines (64 loc) · 1.04 KB
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
.introduction {
position: relative;
background-color: #BBCC35;
width: 1060px;
height: 1412px;
margin-left: 66px;
margin-top: 211px;
}
.vertical {
position: absolute;
left: 150px;
background-color: #fff;
width: 40px;
height: 1352px;
}
.side {
position: absolute;
left: 150px;
top: 1200px;
background-color: #fff;
width: 600px;
height: 40px;
}
.introduction h1 {
position: absolute;
left: 51.66px;
top: 67.29px;
color: #231815;
font-size: 86.45px;
font-family: helvetica;
letter-spacing: 54px;
}
.introduction > h1 > span{
color: #fff;
}
.service ul {
position: absolute;
top: 525.86px;
list-style: none;
}
.item {
color: #000000;
font-size: 14px;
font-family: Futura;
margin-bottom: 48.52px;
}
.about {
position: absolute;
top: 859px;
left: 159.34px;
color: #000000;
font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.about h2 {
font-size: 20px;
}
.about h3 {
font-size: 30px;
}
.about > p {
width: 500px;
word-break: normal;
font-size: 15px;
}