explore.html 709 Bytes
Newer Older
Norman Macasaet's avatar
Norman Macasaet 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
<!DOCTYPE html>
<html>
<head>
<style>
	body {
		background-image: url('question.jpg');
		background-size: cover;
	}
</style>
	<title>Explore</title>
	<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body class="container">
	<h1 id="main-h1">What should I do while traveling though?</h1>
	<div class="row" align="center">
		<div class="col-md-6 well" align="center">
			<a href="photography.html"><img src="photography.jpg" height="300" width="400"></a>
			<h6>take pics and supply postcards</h6>
		</div>

		<div class="col-md-6 well" align="center">
			<a href="food.html"><img src="food.jpg" height="200" width="300"></a>
			<h6>FOOD TRIP YUMYUMYUM</h6>
		</div>
	</div>
</body>
</html>