<!DOCTYPE html> <html> <head> <style> body { background-image: url('troll.png'); background-size: 80px 80px; } </style> <link rel="stylesheet" type="text/css" href="bootstrap.css"> <title>Choose Your Path</title> </head> <body class="container"> <div class="row" align="center"> <div class="col-md-4 well"> <h1 id="main-h1">Lemme tell you a story</h1> <p style="text-align:center">click the image</p> </div> </div> <div class="row" align="center"> <div class="col-md-5 well" align="center"> <a href="ball.html"><img src="balls.jpg" height="200" width="300"></a> <h6>Ball is life</h6> </div> <div class="col-md-5 well" align="center"> <a href="travel.html"><img src="plane.jpg" height="200" width="300"></a> <h6>Travel Travel Travel</h6> </div> </div> </body> </html>