-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpara.html
60 lines (47 loc) · 1.8 KB
/
para.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<TITLE>parallax webpage</TITLE>
<link rel="stylesheet" href="para.css">
</head>
<body>
<div>
<h2>PARALLAX WEBPAGE</h2>
</div>
<div class="parall-1">
<h1>ABOUT</h1>
</div>
<div class="para-1">
<p>Krishnakumar Kunnath (23 August 1968 – 31 May 2022), popularly known as KK, was an Indian playback singer.
He recorded songs in Hindi, Tamil, Telugu, Kannada, Malayalam, Marathi, Odia, Bengali, Assamese and Gujarati.
KK began his career by singing advertising jingles and made his film debut in 1996 on an A. R. Rahman soundtrack.
</p>
</div>
<div class="parall-2">
<h1>ACHIEVEMENTS</h1>
</div>
<div class=para-2>
<p>
In a Hindustan Times interview, KK was asked if he was bothered by being nominated for a number of awards but seldom winning.
He said no: "As a singer, I haven't felt any lesser by not getting an award.
Winning or not winning an award doesn't affect me. I just like to do my work in the best possible manner.
I am happy getting good songs. I am happy not getting awards.
</p>
</div>
<div class="parall-1">
<h1>SONGS</h1>
</div>
<div class="para-1">
<p>
"Tadap Tadap" (Hum Dil De Chuke Sanam)
"Bardaasht Nahi Kar Sakta" (Humraaz)
"Dus Bahane" (Dus)
"Aankhon Mein Teri" (Om Shanti Om)
"Zara Sa" (Jannat)
"Khuda Jane" (Bachna Ae Haseeno)
</p>
</div>
<footer>©vineetpansare</footer>
</body>
</html>