-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
118 lines (98 loc) · 1.97 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
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
/*
font-family: 'Dancing Script', cursive;
*/
.nav1{
width: 100%;
height: 50px;
color: white;
background: #0ab5f3;
display: flex;
justify-content: space-around;
align-items: center;
}
.nav1 i{
margin: 0 5px;
}
.nav1 a{
text-decoration: none;
color: white;
padding: 5px 10px;
background: #e67e22;
}
.nav2{
width: 100%;
height: 80px;
background: white;
color: black;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 70px;
}
.menu a{
text-decoration: none;
color: black;
padding: 10px 20px;
tab-size: 100px;
}
header
{
width: 100%;
height: 100vh;
background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('https://dm0qx8t0i9gc9.cloudfront.net/thumbnails/video/qmraJpx/two-businessmen-with-laptop-having-meeting_e1phrg9y_thumbnail-1080_01.png');
background-color: 100% 100%;
}
.h-text{
max-width: 600px;
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.h1-text h1{
font-size: 3em;
font-family:'Dancing Script', cursive;
justify-content: space-between;
}
.h-text span{
color: #e67e22;
font-family:'Dancing Script', cursive;
}
.h-text p{
font-size: 20px;
margin: 40px 0;
line-height: 30px;
}
.h-text a{
text-decoration: none;
color: white;
background: #e67e22;
padding: 10px 20px;
margin: 0 15px;
letter-spacing: 5px;
}
.nav3{
width: 100%;
height: 250px;
color: white;
background:#0ab5f3;
display: flex;
justify-content: space-around;
align-items: center;
}
.nav3 i{
margin: 0 5px;
}
.nav3 a{
text-decoration: none;
color: white;
padding: 5px 10px;
background: orangered;
}