-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
119 lines (109 loc) · 2.31 KB
/
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
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
118
119
body{
margin: 0;
padding: 0;
font-family: sans-serif;
background: #212e91ec;
}
.container {
width: 100%;
height: 100%;
}
.menu ul {
display: inline-flex;
margin: 50px;
}
.menu ul li {
list-style: none;
margin: 0 20px;
color: #b2b1b1;
cursor: pointer;
}
.logo img {
width: 30px;
margin-top: -7px;
margin-right: 7px;
}
.active {
color: #19dafa !important;
}
.signup-btn {
top: 40px;
right: 80px;
position: absolute;
text-decoration: none;
color: #fff;
border: 2px solid transparent;
border-radius: 50px;
background-image: linear-gradient(#192580ec, #192580ec),
radial-gradient(circle at top left, #fd00da, #19d7f8);
background-origin: border-box;
background-clip: content-box,border-box;
}
.signup-btn span{
display: block;
padding: 8px 22px;
}
.banner{
width:80%;
height: 70%;
top: 25%;
left: 50px;
position: absolute;
color: #fff;
}
.app-text{
width:50%;
float:left;
}
.app-text h1{
font-size: 43px;
width: 640px;
position: relative;
margin-left: 30px;
}
.app-text p{
font-size: 15px;
width: 650px;
position: relative;
margin: 30px 0 30px 40px;
line-height: 25px;
color: #919191;
}
.app-picture{
width: 100%;
margin-top: 20px ;
padding-left: 800px;
}
.ply-btn{
margin-left: 40px;
display: inline-flex;
}
.ply-btn-inner{
height: 50px;
width: 50px;
border: 2px solid transparent;
border-radius: 50%;
background-image: linear-gradient(#42455a, #42455a),
radial-gradient(circle at top left, #fd00da, #19d7f8);
background-origin: border-box;
background-clip: content-box,border-box;
}
.ply-btn-inner .fa{
padding: 18px 0;
font-size: 13px;
}
.quick-links{
width: 100%;
height: 100%;
padding-top: 600px;
padding-left: 40px;
}
.quick-links ul{
display: inline-flex;
margin: 10px;
padding-top: 20px;
}
.quick-links ul li{
list-style: none;
margin: 0 20px;
}