-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
54 lines (46 loc) · 848 Bytes
/
custom.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
body {
font-family: "Poppins", sans-serif;
background-color: #e5e5e5;
background-image: url(img/Blur.png);
background-repeat: no-repeat;
background-position: center;
}
/* Awal Menu Navigasi */
.navbar {
margin-top: 16px;
}
.nav-link {
margin-left: 40px;
color: #555;
font-size: 20px;
font-weight: 500;
}
/* Akhir Menu Navigasi */
/* Awal Hero */
.hero {
margin-top: 3rem;
}
.teks-utama p {
line-height: 48px;
font-size: 24px;
font-weight: 400;
color: #555;
}
.teks-utama h1 {
font-weight: bold;
color: #555;
font-size: 48px;
}
/* .cta {
background: linear-gradient(30deg, rgba(187, 163, 255), rgba(96, 255, 217, 0.4));
border-radius: 10px;
color: #fff;
width: 120px;
padding: 10px;
border: none;
}
.cta:hover {
background-color: rgb(159, 112, 247);
cursor: pointer;
} */
/* Akhir Hero */