-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Task 1</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&fxamily=Signika:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="poem">
<div class="container">
<div class="row">
<div class="box">
<div class="text">
<p>Should I die? Do you run away?<span>by William Shakespeare</span></p>
<p>Should I die? Do you run away there
Where it neither tempts nor disheartens
loving?
Do you defend yourself? Do you bow down?
Or without regret to reveal yourself
tender wound?
Her servant for eternity
Either way, her beauty will make me.
And when he despises me, all the more
I will be sorry forever.</p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>