-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 941 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Demo!!!!</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<main class="main-content">
<div class="grid-container">
<div class="grid-item">
<span class="profile-name">Kelly Murray</span>
</div>
<div class="grid-item">
<span class="profile-name">John Smith</span>
<p>
This is a lot of text and it grow sand grows.
This is a lot of text and it grow sand grows.
This is a lot of text and it grow sand grows.
This is a lot of text and it grow sand grows.
This is a lot of text and it grow sand grows.This is a lot of text and it grow sand grows.
</p>
</div>
<div class="grid-item">
<span class="profile-name">Chris Davies</span>
</div>
</div>
</main>
</body>
</html>