<!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>