home.html 737 Bytes
Newer Older
Henry Gonzales's avatar
Henry Gonzales committed
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
<!DOCTYPE>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/shazam.css">
<title>Project Bagel Masterpiece 5.1</title>

<style>
p
{
	font-size:20px;
}
p:hover
{
	font-size:25px;

}
</style>

</head>
<body>

<div class="title">
<h1> What Could've Been </h1>
</div>

<div class="home">


<a href="bball/bball.html">
<img src="pics/ball.jpg" height="400px"; width="400px";>
</a>
<p> Basketball team? </p>

<div class="track" style ="padding-left:50x;">

<a href="track/track.html">
<img src="pics/hurdles.jpg" height="380px"; width="400px";>
</a>
<p> Track and Field team?</p>
</div>

<a href="student/student.html">
<img src="pics/life2.jpg" height="400px"; width="500px";>
</a>
<p> Student life?</p>

</div>

</body>
</html>