-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
45 lines (42 loc) · 1.29 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>ABOUT ROOH</title>
<link rel="stylesheet" href="style2.css" />
<meta name="viewport" content="width=device-width, initial-sclae=1.0" />
</head>
<body>
<div class="about-section">
<div class="inner-width">
<h1>About</h1>
<div class="border"></div>
<div class="about-section-row">
<div class="about-section-col">
<div class="about">
<p>
Rooh (Music for your Soul) is made by me.
I have basically tried to make a music streaming platform where you can listen to any of my favorite songs.
This website is made with the help of Html,CSS and Javascript.
<embed src="BB bgm.mp3" autostart="true" loop="true" hidden="false">
</p>
</div>
</div>
<style>
img {
margin: 0 auto;
display: block;
margin-top: 0%;
}
h1 {
margin-top: 0px;
font-family: Arial, Helvetica, sans-serif;
}
p {
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 20px;
text-decoration: none;
}
</style>
</body>
</html>