-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (21 loc) · 1.02 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Intrinsic fluid web design</title>
<link rel="stylesheet" href="./css/globals.css">
<link rel="stylesheet" href="./css/fluids.css">
<link rel="stylesheet" href="./css/main.css">
</head>
<body class="grid">
<img class="img" src="https://images.unsplash.com/photo-1498335746477-0c73d7353a07?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=715&q=80" alt="The Empire State Building">
<h1 class="title">The Empire State Building</h1>
<nav class="nav">
<a class="links" href="https://www.esbnyc.com/">Website</a>
<a class="links"href="https://goo.gl/maps/WyAj3dgqEu85VbCh6">Direction</a>
<a class="links"href="https://en.wikipedia.org/wiki/Empire_State_Building">Wikipedia</a>
</nav>
</body>
</html>