-
Notifications
You must be signed in to change notification settings - Fork 0
/
Madvibe.html
30 lines (28 loc) · 1.39 KB
/
Madvibe.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
<!DOCTYPE html>
<html>
<head>
<title>CSS LAYOUT</title>
<link rel="stylesheet" type="text/css" href="madvibe.css">
</head>
<body>
<header>
<h1>mAdvIbE dAnCe CrEw</h1>
</header>
<hr style="width:100%;height:2px;margin-top:10px;margin-bottom:0px;background-color:#2A4E80;border-width:0;">
<hr style="width:100%;height:2px;margin-top:10px;margin-bottom:5px;background-color:#2A4E80;border-width:0;">
<img src="Upperimage.png" alt="The Crew" width="1348" height="500" id="upperimage">
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="Images.html">Videos</a></li>
<li><a href="Images.html">Images</a></li>
<li><a href="Members.html">Members</a></li>
<li><a href="ContactUs.html">Contact us</a></li>
</ul>
</nav>
<h4 class="about">
About us<br>
The Madvibe dance crew was founded in September 2013.It was <br>established with the hope of hyping the spirit of hip-hop in Eucharistic<br> Heart of Jesus Model College.Our goal is to make sure that we serve<br> and entertain you to the maximum. This crew started with few guys<br> who felt that there is the need for its existense. We are into chore-<br>ography and frestyle dancing; we are always availbale for hiring.<br> We dance for the fun and have fun because we dance. <br>
</h4>
<footer><h6>Copyright© 2014 Oluwatobiloba Afolayan. All rights reserved.</h6></footer>
</body>