-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfathia-dansmdnamdas.html
63 lines (62 loc) · 1.68 KB
/
fathia-dansmdnamdas.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Untuk Tuan Putri Fathia :)</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<style>
*{
margin: 0;
padding: 0;
}
section{
height: 100vh;
width: 100vw;
color: white;
font-size: 50px;
font-weight: bold;
font-family: 'Poppins', sans-serif;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.s1{
background: #FFD5CD;
}
.s2{
background: #EFBBCF;
}
.s3{
background: #C3AED6;
}
.s4{
background: #8675A9;
}
.s5{
background: #8368ba;
}
</style>
</head>
<body>
<section class="s1">
Halo Fathiaaa :)
</section>
<section class="s2">
Apa Kabar ? Semoga kamu baik2 di jambi
</section>
<section class="s3">
Happy Wedding di Hari Sabtu/Minggu, kalau bisa nikahnya ama Irvan aja.
</section>
<section class="s4">
Seru ya jalan2 di desa. pemandangan nya indah dan cantik seperti kamuuu.
</section>
<section class="s5">
Ehhh, jangan lupa kalau kangen nanti ajakin vc aja
</section>
</body>
</html>