-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
66 lines (66 loc) · 1.5 KB
/
index.css
File metadata and controls
66 lines (66 loc) · 1.5 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
body {
display: block;
margin: 0;
}
div {}
.main-1 {
background-image: url("http://f.cl.ly/items/0b383e1f0M472W0o021Z/照片%206.JPG");
background-size: 100%;
background-repeat: no-repeat;
background-position: 0px 0px center;
text-align: center;
height: 600px;
margin: 0px 0px 0px 0px;
}
.main-2 {
background-color: #fff;
margin: 0px 27px 0px 27px;
padding: 0 20% 0 20%;
text-align: center;
}
table {
width: 500px;
}
.text {
text-color: #737373;
text-align: left;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 200;
margin: 0px 27px 15px 27px;
}
h1 {
color: #fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 62px;
font-weight: 200;
text-align: center;
border-color: #fff;
border-width: 3px;
border-style: solid;
padding: 20px 35px 20px 35px;
display: inline-block;
margin-top: 150px;
}
h2 {
color: #fff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 28px;
font-weight: 200;
text-align: center;
display: inline-flex;
margin-top: -10px;
padding: 0 22% 0 22%;
}
h3 {
color: #737373;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight: 200;
border-color: #9B9B9B;
border-width: 2px;
border-style: solid;
padding: 10px 17px 10px 17px;
display: inline-block;
text-align: left;
}