<!DOCTYPE html> <html> <head> <style> body { background-image: url("miller.jpg"); background-size: cover; } </style> <link rel="stylesheet" type="text/css" href="bootstrap copy.css"> <title>Ballislife</title> </head> <body class="container"> <h1 style="color: white">Ballislife</h1> <p style="text-align:center; color: white">(before college)</p> <div class="row"> <div class="col-md-4 well" align="center"> <img src="noob.jpg" height="250" width="250"> <p>Humble beginnings</p> </div> <div class="col-md-4 well" align="center"> <img src="meeting.jpg" height="250" width="250"> <p>Confrontations, discussions</p> </div> <div class="col-md-4 well" align="center"> <img src="tough.jpg" height="250" width="250"> <p>The road was tough</p> </div> </div> <div class="row"> <div class="col-md-4 well" align="center"> <img src="uaap3.jpg" height="250" width="250"> <p>But just kept going</p> </div> <div class="col-md-4 well" align="center"> <img src="friends.jpg" height="250" width="250"> <p>Met more firends</p> </div> <div class="col-md-4 well" align="center"> <img src="champs2013.jpg" height="250" width="250"> <p>Got to victory</p> </div> </div> <div class="row"> <div class="col-md-8 well"> <h2>But what's next?</h2> <p><a href="legacy.html">Continue the legacy</a></p> <p>or</p> <p><a href="travel.html">Make a change</a></p> </div> </div> </body> </html>