-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.css
More file actions
206 lines (196 loc) · 5.6 KB
/
intro.css
File metadata and controls
206 lines (196 loc) · 5.6 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
*{
margin: 0;
padding: 0;
font-family: 'Architects Daughter', cursive;
}
header{
width: 100%;
height: 100vh;
background-image: linear-gradient(to left, #fff 80%, #a9c3c9 20%);
}
.navsection{
width: 100%;
height: 20vh;
display: flex;
justify-content: center;
align-items: center;
background-image: linear-gradient(to top, #fff 80%, #a9c3c9 20%);
}
.logo{
width: 40%;
color: #fff;
background-image: linear-gradient(#8d98e3 40%, #854fee 60%);
padding-left: 100px;
box-sizing: border-box;
}
.logo h1{
text-transform: uppercase;
font-size: 1.6rem;
animation: aagepiche 2s linear infinite;
animation-direction: alternate;
}
@keyframes aagepiche{
from{
padding-left: 40px;
}to{
padding-right: 40px;
}
}
nav {
width: 60%;
display: flex;
justify-content: space-around;
}
nav a{
text-transform: uppercase;
text-decoration: none;
color: #000;
font-weight: 900;
position: relative;
font-size: 23px;
}
nav a:first-child{
color:#4458dc;
}
nav a:before{
content: "";
position: absolute;
top: 110%;
left: 0;
width: 0;
height: 2px;
border-bottom: 2px solid #4458dc;
transition: all 0.4s linear;
}
nav a:hover:before{
width: 100%;}
main{
height: 80vh;
display: flex;
justify-content: space-around;
align-items: center;}
.rightside{
border-radius: 51% 10% 54% 16% / 44% 10% 48% 16% ;
background-color: #a9c3c9;
}
.rightside img{
max-width: 500px;
height: auto;}
.leftside h1{
font-size: 40px;
margin-bottom: 20px;
margin-left: 170px;
position: relative;
}
.leftside h1:after{
content: "";
width: 450px;
height: 3px;
position: absolute;
top: 65%;
left: 13%;
background-color: #000;
}
.leftside p{
font-size: 20px;
margin-left: 30px;
margin-right: 30px;
font-weight: bold;
}
.leftside .btn1{
text-decoration: none;
margin-left: 5px;
font-weight: 900;
font-size: 14px;
text-align: center;
padding: 12px 25px;
cursor: pointer;
text-transform: uppercase;
border-radius: 5px;
display: inline-block;
margin-right:20px;
color: #000;
letter-spacing: 4px;
background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left,#4458dc,#854fee);
border: double 2px transparent;
box-shadow: 0 10px 30px rgba(118,85,225,.3);
}
.leftside .btn2{
text-decoration: none;
font-weight: 900;
font-size: 14px;
text-align: center;
padding: 12px 25px;
cursor: pointer;
text-transform: uppercase;
border-radius: 5px;
display: inline-block;
margin-right:20px;
color: #000;
letter-spacing: 4px;
background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left,#4458dc,#854fee);
border: double 2px transparent;
box-shadow: 0 10px 30px rgba(118,85,225,.3);
}
.leftside .btn3{
text-decoration: none;
font-weight: 900;
font-size: 14px;
text-align: center;
padding: 12px 25px;
cursor: pointer;
text-transform: uppercase;
border-radius: 5px;
display: inline-block;
margin-right:20px;
color: #000;
letter-spacing: 4px;
background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left,#4458dc,#854fee);
border: double 2px transparent;
box-shadow: 0 10px 30px rgba(118,85,225,.3);
margin-top:50px;
}
.leftside .btn4{
text-decoration: none;
font-weight: 900;
font-size: 14px;
text-align: center;
padding: 12px 25px;
cursor: pointer;
text-transform: uppercase;
border-radius: 5px;
display: inline-block;
color: #000;
letter-spacing: 4px;
background-image: linear-gradient(to right, #4458dc 0%, #854fee 100%), radial-gradient(circle at top left,#4458dc,#854fee);
border: double 2px transparent;
box-shadow: 0 10px 30px rgba(118,85,225,.3);
}
.leftside .btn4:hover{
background-color: white;
border: 2px solid #4458dc;
color: black;
box-shadow: none;
background-image: none;
}
.leftside .btn3:hover{
background-color: white;
border: 2px solid #4458dc;
color: black;
box-shadow: none;
background-image: none;
}
.leftside .btn2:hover{
background-color: white;
border: 2px solid #4458dc;
color: black;
box-shadow: none;
background-image: none;
}
.leftside .btn1:hover{
background-color: white;
border: 2px solid #4458dc;
color: black;
box-shadow: none;
background-image: none;
}