-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 953 Bytes
/
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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="css/icon-font.css">
</head>
<body>
<header class="header">
<div class="header_img_box">
<img class="header_img" src="img/logo-white.png" alt="logo_img_header">
</div>
<div class="header_description_box">
<h1 class="header_description">
<span class="header_description_main">outdoors</span>
<span class="header_description_sub">is where life happens</span>
</h1>
<a class="btn btn_white" href="#">
discover our tours
</a>
</div>
</header>
</body>
</html>