-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlec4.html
More file actions
32 lines (25 loc) · 1.56 KB
/
lec4.html
File metadata and controls
32 lines (25 loc) · 1.56 KB
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>visuals</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1 style ="color:brown">Visual Content</h1>
<h2><u>THE FORTY RULES OF LOVE by ELIF SHAFAK</u></h2>
<img src = "images/Fortyrule.png" height="500px">
<h3>Rule 28</h3>
<strong>
The past is an interpretation. The future is on illusion. The world does not more through time as if it were a straight line, proceeding from the past to the future. Instead time moves through and within us, in endless spirals. Eternity does not mean infinite time, but simply timelessness. If you want to experience eternal illumination, put the past and the future out of your mind and remain within the present moment.
</strong>
<h2 class="xyz"><u>The Alchemist by PAULO COELHO</u></h2>
<img src="images/TheAlchemist.png" width="400px" alt="BOOK">
<strong>"And, when you want something, all the universe conspires in helping you to achieve it".</strong>
<h2 class="abc"><u>IF YOU CAN DREAM IT YOU CAN DO IT</u></h2>
<img src="images/Dreamy.png" height="450px">
<strong class="part">if you are going to be creative you have to be in state of play you can't play if you're being careful.<br>if you are trying not to make mistakes it destorys creativity completely because you have a new idea you can't immediately say that's mistake until you explore it</strong>
<hr>
</body>
</html>