-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
23 lines (21 loc) · 904 Bytes
/
about.html
File metadata and controls
23 lines (21 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head><link href="style.css" rel="stylesheet" type="text/css">
</head>
<nav class="navbar">
<ul>
<li><a href="C:\Users\Dennis\OneDrive\文档\suon\3u\ics 3u\css web assignment( Dennis Lyu)\CSS Web Assignment(Dennis LYU).html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<p class='about'>
<i>This is Dennis's music site. I'll be sharing my favorite music on it regularly. You can listen to different music on this site, watch their mv's, and check out the synopsis of this song.</i>
</p>
<div class="image-container">
<img src="dog.jpg" alt="My Dog" width="500px" height="500px" style="vertical-align: middle;">
<span class="arrow"> →</span>
<span class="caption">This is my Dog</span>
</div>
</body>
</html>