-
Notifications
You must be signed in to change notification settings - Fork 1
/
heading.html
53 lines (47 loc) · 1.81 KB
/
heading.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
<html>
<style>
.hoverTable{
width:100%;
border-collapse:collapse;
}
}
/* Define the default color for all the table rows */
.hoverTable th{
background: grey;
}
/* Define the hover highlight color for the table row */
.hoverTable th:hover {
background-color: #ff1919;
}
th { border-spacing: 20cm;
padding: 20px;
border-collapse: separate;
border
}
div {
background-color: grey;
}
a {text-decoration:none;}
</style>
<body bgcolor=BLACK>
<header>
<div><table class="hoverTable"><tr><th><font face="IMPACT" color=WHITE size=7> POWER GYM</font> </th>
<font face="Lucida Sans" color=WHITE size=3><a href="background.html" target="f2"><th><font color=WHITE>HOME</font></a> </th>
<th><a href="register.html" target="f2"><font color=WHITE>REGISTER</font></a> </th>
<th><a href="features.html" target="f2"><font color=WHITE>FEATURES</font></a> </th>
<th><a href="about.html" target="f2"><font color=WHITE>ABOUT</font></a> </th>
<th><a href="tutorials.html" target="f2"><font color=WHITE>TUTORIALS</font></a> </th>
<th><a href="store.html" target="f2"><font color=WHITE>STORE</font></a> </th>
<th><a href="contact.html" target="f2"><font color=WHITE>CONTACT</font></a></font> </th>
<!--<th><img src="facebook.png" alt="facebook"> <img src="twitter.png" alt="twitter"> <img src="youtube.png" alt="youtube">
<img src="instagram.png" alt="instagram"></th></tr></table></div>-->
</header>
yolo
<footer>
<div><table class="hoverTable"><tr>
<font face="Lucida Sans" color=WHITE size=3><a href="background.html" target="f2">
<th><img src="facebook.png" alt="facebook"></th><th> <img src="twitter.png" alt="twitter"></th><th> <img src="youtube.png" alt="youtube">
</th><th><img src="instagram.png" alt="instagram"></th></tr></table></div>
</footer>
</body>
</html>