Semester 3 pog
This commit is contained in:
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/coffee.gif
Normal file
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/coffee.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/coffeeback.gif
Normal file
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/coffeeback.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 750 B |
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/coffeepour.gif
Normal file
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/coffeepour.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 704 KiB |
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/coffeepour.jpg
Normal file
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/coffeepour.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
35
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/index.html
Normal file
35
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/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;
|
||||
}
|
||||
</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>
|
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/marker.gif
Normal file
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.4/marker.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 663 B |
Reference in New Issue
Block a user