Semester 3 pog
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Coffee House</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
body { font-size: 150%;
|
||||
font-family: Arial;
|
||||
color: #992435;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Coffee House</h1>
|
||||
</header>
|
||||
<main>
|
||||
<p>Enjoy a great cup of coffee<br>or tea at Coffee House!</p>
|
||||
<ul>
|
||||
<li>Specialty Coffee and Tea</li>
|
||||
<li>Gluten-free Pastries</li>
|
||||
<li>Organic Salads</li>
|
||||
</ul>
|
||||
</main>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user