-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (60 loc) · 888 Bytes
/
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
body {
padding: 15px 40px;
font-family: Poppins;
}
.navbar-container {
display: flex;
justify-content: space-between;
}
.grow-list {
display: flex;
flex-grow: 4;
}
.list {
display: flex;
list-style: none;
}
li:nth-child(1) {
font-weight: bolder;
}
.list-item {
padding: 0px 15px;
font-size: 20px;
}
.banner-container {
display: flex;
padding-top: 100px;
}
.heading-text {
font-size: 70px;
max-width: 500px;
font-family: Poppins;
color: #3c2f60;
margin-bottom: 15px;
}
span {
color: #5955b3;
}
.description {
max-width: 400px;
font-family: Poppins;
color: #b0b0b0;
padding-bottom: 30px;
}
.img {
position: absolute;
top: 100px;
right: 0px;
}
.nav-button {
margin-top: 10px;
padding: 15px 20px;
border-radius: 10px;
color: white;
background-color: #5955b3;
border: none;
font-size: medium;
}
.btn {
padding: 20px 40px;
}