bballending.html 532 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
<!DOCTYPE>
<html>
<title> Ball is life </title>
<link rel="stylesheet" type="text/css" href="../css/bootstrap.css">

<head>

</head>
<body>

<div class="row">
<div class ="col-md-12">
<h1 style="text-align:center"> HE WOULD STILL BE BALLIN'</h1>
</div>


<div class="col-md-6">
<img src ="../pics/balllyf.jpg" height= "500" width="600">
</div>

<div class="col-md-6">
<img src="../pics/ball1.jpg" height ="500" width="600">
</div>

</div>

<ul style = "text-align:right"><a href ="../home.html">Back to home</a></ul>
</body>
</html>