-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (38 loc) · 1.28 KB
/
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
33
34
35
36
37
38
39
40
<html lang="en">
<head>
<link
href="https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap"
rel="stylesheet"
/>
<link href="https://cdn.jsdelivr.net/npm/normalize.css" rel="stylesheet" />
<link href="../base-styles.css" rel="stylesheet" />
<link href="index.css" rel="stylesheet" />
<title>Hollow Text</title>
</head>
<body>
<header>
<h1 class="inspired-title">Hollow Text</h1>
<h2 class="inspired-credit">
Inspiration:
<cite class="inspired-credit__citation"
><a href="https://github.com/">GitHub</a></cite
>
</h2>
</header>
<div class="inspired-container">
<div class="content">
<h3 class="hollow-text">
Impact Title
</h3>
<p class="placeholder-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ornare
nisi quis velit feugiat semper at in mi. Proin nisl nulla, ultrices
commodo efficitur ac, interdum nec dui. Nullam sed sapien a ex mattis
molestie. Cras tempor diam lectus, a viverra nunc consectetur a. Sed
luctus ultrices sem auctor feugiat. Cras dignissim est sem, et
bibendum libero egestas vehicula.
</p>
</div>
</div>
</body>
</html>