Untitled

mail@pastecode.io avatar
unknown
plain_text
10 months ago
2.1 kB
18
Indexable
Never
<!DOCTYPE html>

<html lang="en">

<head>

<title>InstaFood</title>
<meta charset="utf-8">

<style type="text/css">
body	{background-image: url("food delivery bg.jpg");
		background-position: center;
	}
img {
	padding: 0;
}
header ul {
	background-color: white;
}
header h1	{
	float: right;
display: inline-block;
margin-top: 80px;
	color:purple; letter-spacing: 3px;
	}

h2	{
	text-align:center;
	color:orange;
	font-family: Algerian;
	letter-spacing: 3px;
	text-decoration:underline;}

hr	{background-color: navy;
	height: 5px;
	}

p	{border-bottom: 3px solid purple;
	padding: 5px;}

a:link {color:red;}

a:visited	{color:green;}

a:active	{color:yellow;}
li {
	display: inline;
	list-style-type: none;
}
.home {
	float: left;
}
</style>
</head>

<body>

<header>
<img src="Insta Food Logo.png" height="200" width="300" alt="Motorcycle" title="Motorcycle">
<h1>INSTAFOOD</h1>
<div align="right">
<p>
	<ul>
		<li class="home"><a href="InstaFood.html">HOME</a></li>
		<li><a href="location.html">LOCATION</a></li>
		<li><a href="signin.html">SIGN IN/UP</a></li>
		<li><a href="services.html">SERVICES</a></li>
		<li><a href="mailto:000850058@mohawkcollege.ca">CONTACT US</a></li>
		<li><a href="payment.html">PAYMENT</a></li>
	</ul>
<!--
<a href="#top">HOME</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="">FOOD</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="mailto:000850058@mohawkcollege.ca">CONTACT US</a>
-->
</p>
</div>
</header>

<h2>PAYMENT</h2>
<p>
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
 ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
  laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
	voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
	 non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
</p>
</main>
<footer>
<address>Web page created by Student Name, Section</address>
</footer>
</body>
</html>