-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpotted Wren Garden Center - Hours.html
More file actions
30 lines (30 loc) · 1.07 KB
/
Spotted Wren Garden Center - Hours.html
File metadata and controls
30 lines (30 loc) · 1.07 KB
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
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Spotted Wren Garden Center - Hours</title>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Styling for a Green-Themed Webpage.css">
</head>
<body>
<div class="container">
<header>
<h1>Spotted Wren Garden Center</h1>
<p style="color: #f15a24;">For your year-round garden and yard needs</p>
</header>
<article>
<h2>Summer Hours</h2>
<p><span>Mon:</span> 8am — 8pm</p>
<p><span>Tue:</span> 8am — 8pm</p>
<p><span>Wed:</span> 8am — 5pm</p>
<p><span>Thu:</span> 8am — 8pm</p>
<p><span>Fri:</span> 8am — 8pm</p>
<p><span>Sat:</span> 9am — 6pm</p>
<p><span>Sun:</span> 11am — 6pm</p>
</article>
<footer>
<p>548 N. 58th St. • Omaha, NE 68132 • (402) 555-9736</p>
</footer>
</div>
</body>
</html>