-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
141 lines (118 loc) · 2.13 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 30px 100px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 100;
}
.logo {
font-size: 2em;
color: #ffffff;
cursor: default;
}
.logo span {
color: #7d2ae8;
}
.navigation {
margin-left: -400px;
}
.navigation a {
font-size: 1.1em;
color: #ffffff;
text-decoration: none;
margin-right: 40px;
font-weight: 500;
transition: .3s;
}
.navigation a:hover {
color: #7d2ae8;
}
.home {
position: relative;
width: 100%;
height: 100vh;
background: url('black_4K-1967639.jpg!d');
background-size: cover;
background-position: center;
display: flex;
align-items: center;
padding: 30px 100px;
}
.content {
max-width: 500px;
color: #ffffff;
}
.content h2 {
font-size: 3em;
}
.content h2 span {
color: #7d2ae8;
}
.content h4 {
font-size: 2em;
}
.pp {
max-width: 500px;
color: #ffffff;
margin-left: auto;
margin-right: auto;
}
.home h2 {
font-size: 45px;
color: #7d2ae8;
}
.pp h4 {
font-size: 30px;
}
.propro{
list-style-position: outside;
list-style-type: square;
font-size: 20px;
margin-left : 60px;
font-size: 20px;
}
img {
display: block;
width : 300px;
margin: 300px;
}
.ci {
max-width: 500px;
color: #ffffff;
margin-left: auto;
margin-right: auto;
}
.home h2 {
font-size: 45px;
color: #7d2ae8;
}
.ci h4 {
font-size: 30px;
}
.cein a {
font-size: 1.1em;
color: #ffffff;
text-decoration: none;
font-weight: 500;
transition: .3s;
}
.cein{
list-style-position: outside;
list-style-type: square;
font-size: 20px;
padding : 50px;
}
.cein a:hover {
color: #7d2ae8;
}