-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlounge.html
More file actions
44 lines (44 loc) · 1.25 KB
/
Copy pathlounge.html
File metadata and controls
44 lines (44 loc) · 1.25 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<meta charset="UTF-8">
<title>Head First Lounge</title>
<style type="text/css">
.guarantee{
text-align: center;
width: 30%;
padding: 10%;
line-height: 40px;
padding-left: 10%;
background-color: aquamarine;
background-image: url(images/star.png);
background-position: top left;
background-repeat: no-repeat;
border-color: white;
border-width: 1px;
border-style: dashed;
margin: auto;
margin-top:100px;
margin-bottom:100px;
border-radius: 15px;
}
</style>
</head>
<body>
<h1>Welcome to the 脂肪</h1>
<img src="images/drinks.gif" alt="drinks.gif">
<p class="guarantee">
Join us any evening for refreshing <a href="beverages/elixir.html">elixirs</a>
conversation and maybe a game or two of
<em>Dance Dance Revolution</em>.
Wireless access is always provided;
BYOWS (Bring your own web server).
</p>
<h2>Directions</h2>
<p>
You'll find us right in the center of downtown Webville.
If you need help finding us, check out our detailed directions.
Come join us!
</p>
<p><a href="index.html">Back to Home</a></p>
</body>
</html>