Semester 3 pog
This commit is contained in:
35
Semester 1/Chapter ZIPs/HTML/chapter5/5.8/index.html
Normal file
35
Semester 1/Chapter ZIPs/HTML/chapter5/5.8/index.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Coffee House</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
body { font-size: 150%;
|
||||
font-family: Arial;
|
||||
color: #992435;
|
||||
background-image: url(coffeepour.jpg); background-repeat: no-repeat;
|
||||
background: url(coffee.gif) no-repeat left bottom,
|
||||
url(coffeepour.jpg) no-repeat;
|
||||
}
|
||||
ul { list-style-image: url(marker.gif); }
|
||||
</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