-
Notifications
You must be signed in to change notification settings - Fork 0
/
quotes.html
33 lines (22 loc) · 1.31 KB
/
quotes.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
<html>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="quotesCSS.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway+Dots|Dancing+Script" rel="stylesheet">
<body>
<div class="qt"><br>
Quotes by Kalam<br><br>
</div>
<div class="card box">
<h2 class="card-title">If you want to shine like a sun, first burn like a sun.</h2> </div>
<div class="card box">
<h2 class="card-title">You have to dream before your dreams can come true.</h2> </div>
<div class="card box">
<h2 class="card-title">We should not give up and we should not allow the problem to defeat us. </h2> </div>
<div class="card box">
<h2 class="card-title">Science is a beautiful gift to humanity; we should not distort it.</h2> </div>
<div class="card box">
<h2 class="card-title">Excellence is a continuous process and not an accident.</h2> </div>
<div class="card box">
<h2 class="card-title">Great teachers emanate out of knowledge, passion and compassion.</h2> </div>
</body>
</html>