-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdepth.html
36 lines (36 loc) · 1.21 KB
/
depth.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
<!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></title>
<link rel="stylesheet" href="css/depth.css">
<script src="https://kit.fontawesome.com/b182c44c0a.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="wrapper">
<div>
<div class="text">
<h1>Darius Garland</h1>
<p>dynamic and agile, impressive shooting, court vision, and ability to orchestrate plays</p>
</div>
<div class="image"></div>
</div>
<div>
<div class="text">
<h1>Donovan Mitchell</h1>
<p>high-scoring, dazzling ball-handling, three-point shooting, and leadership on the court</p>
</div>
<div class="image"></div>
</div>
<div>
<div class="text">
<h1>Evan Mobley</h1>
<p>remarkable combination of size, agility, and basketball IQ, shot-blocking, and defensive prowess</p>
</div>
<div class="image"></div>
</div>
</div>
</body>
</html>