-
Notifications
You must be signed in to change notification settings - Fork 0
/
landing.css
117 lines (101 loc) · 1.75 KB
/
landing.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/* landasan */
.landing {
/* height:300vh;
*/
position: relative;
/* top:25vh;
*/
left: 0px;
background-color: #000000;
background-position: center;
background-size: cover;
}
.text-landing {
position: relative;
background-color: #000;
}
.landing h2 {
color: #fff;
font-size: 2.8125em;
position: relative;
font-family: "DinBold";
/* top:100px;
*/
text-align: center;
line-height: 1.2;
padding: 40px 0px 0px 0px;
}
.landing p {
text-align: center;
color: #fff;
font-size: 1em;
position: relative;
font-family: "Din";
/* top:120px;
*/
line-height: 1.6;
max-width: 40%;
margin: 20px auto 15px;
}
.flex {
text-align: center;
margin: 20px auto 15px;
position: relative;
text-align: center;
font-size: 1.0625em;
font-family: "DinBold";
}
a.fot {
color: #868686;
background: none !important;
}
/* reposnive area */
img.image1,
img.image2 {
background-position: center;
position: relative;
/* top:230px;
*/
width: 100%;
height: auto;
display: block;
}
img#image1,
img#image2 {
width: 100%;
height: auto;
max-width: 100%;
}
/* reponsive landing*/
img.image1reponsive,
img.image2reponsive {
display: none;
}
img.Dragon-space{
width: 100%;
height: auto;
}
@media(max-width:768px) {
img.image1reponsive,
img.image2reponsive {
display: block !important;
background-position: center;
position: relative;
/* top:230px;
*/
width: 100%;
height: auto;
}
img.image1,
img.image2 {
display: none;
}
.landing p {
max-width: 70%;
}
}
@media(max-width:600px) {
.landing p {
max-width: 90%;
}
}