-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask.htm
More file actions
49 lines (41 loc) · 1.37 KB
/
Copy pathtask.htm
File metadata and controls
49 lines (41 loc) · 1.37 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
45
46
47
48
49
<!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">
<link href="/dist/output.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="utils.css">
<title>RECS Homes</title>
<style>
.tab{
tab-size: 8;
}
</style>
</head>
<body>
<header class="h-screen">
<div class="logo">
<img class="im " src="image1.png">
</div>
<div class="nav">
<a class="top-h" href="">HOME</a>
<a class="top-p" href="">PORTFOLIO</a>
<a class="top-i" href="">INTERIOR</a>
<a class="top-v" href="">VR</a>
<a class="top-b" href="">BLOG</a>
<a class="top-m" href="">MATERIAL</a>
</div>
</header>
<main class="min-h-screen">
<div class="slider">
<img class="abc" src="image2.png">
</div>
<div class="content">
<pre class="co tab" >FUNCTIONAL DESIGN <br> WITH MODERN TOUCH</pre>
<button class="bo-te">More</button>
</div>
</main>
</body>
</html>