<!DOCTYPE html>
<html>
<head>
<style>
body {
		background-image: url("wbc.jpg");
		background-size: cover;
	}
</style>
	<title>Legacy</title>
	<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body class="container">
<h1 id="main-h1" style="color:white">Just kept on going</h1>
	<div class="row" align="center">
		<div class="col-md-4 well" align="center">
			<img src="better.jpg" height="200" width="300">
			<h6>I got better and stronger</h6>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="3peat.jpg" height="200" width="300"></a>
			<h6>Helped the team win a 3-peat last UAAP season 77</h6>
		</div>

		<div class="col-md-4 well" align="center">
			<img src="national team.jpg" height="200" width="300">
			<h6>Got to represent the country</h6>
		</div>

		<div class="col-md-4 well" align="center">
			
			<h3>What's next though?</h3>
			<p><a href="pros.html">Leap for the Pros</a></p>
			<p>or</p>
			<p><a href="travel.html">Retire and travel</a></p>
		</div>
	</div>


</body>
</html>