-
Notifications
You must be signed in to change notification settings - Fork 0
Collapse file tree
Files
Search this repository
/
Copy pathboba1.html
More file actions
More file actions
Latest commit
42 lines (37 loc) · 1.8 KB
/
boba1.html
File metadata and controls
42 lines (37 loc) · 1.8 KB
You must be signed in to make or propose changes
More edit options
Edit and raw actions
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
head>gt;
div>gt;
.container {
display: flex;
justify-content: center;
align-items: center;
height: 55vh;
}
h1,h2,p{
color: #f6d193;
font-family: "SN Pro", Roboto;
}
a{
color: whitesmoke;
}
style>gt;
body>gt;
html>gt;