-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1013 Bytes
/
index.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
<html>
<head>
<title>Zest Creative, LLC</title>
<link href="https://fonts.googleapis.com/css2?family=Abel&display=block" rel="stylesheet">
<style>
:root {
--dark: #333232;
--yellow: #EDF67D;
--orange: #F08700;
--light: #EBF2FA;
--pink: #DC136C;
}
</style>
</head>
<body style="font-family: Abel; text-align: center; background-color: var(--dark)">
<div style="color: var(--light); font-size: 48pt; font-family: Abel; margin: 0 auto">
<p style="margin: 0;">Zest Creative</p>
</div>
<div style="color: var(--yellow); font-size: 48pt; font-family: Abel; margin: 0 auto">
<p style="margin: 0;">Zest Creative</p>
</div>
<div style="color: var(--orange); font-size: 48pt; margin: 0 auto">
<p style="margin: 0;">Zest Creative</p>
</div>
<div style="color: var(--pink); font-size: 48pt; font-family: Abel; margin: 0 auto">
<p style="margin: 0;">Zest Creative</p>
</div>
</body>
</html>