-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask2.htm
More file actions
51 lines (47 loc) · 1.69 KB
/
Copy pathtask2.htm
File metadata and controls
51 lines (47 loc) · 1.69 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
50
51
<!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 class="bo">
<div >
<header class="h-screen">
<img class="im" src="image1.png">
<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>
</header>
</div>
<div>
<main class="min-h-screen">
<img class="aa" src="21.png">
<pre class="ca tab">FUNCTIONAL DESIGN<br> WITH MODERN TOUCH</pre>
<img class="ab" src="22.png">
<pre class="cb tab">FUNCTIONAL DESIGN<br> WITH MODERN TOUCH</pre>
<img src="23.png" class="ac">
<pre class="cc tab">INTERIOR DESIGN<br> & FURNISHING</pre>
<img class="ad" src="24.png">
<pre class="cd tab">FUNCTIONAL DESIGN<br> WITH MODERN TOUCH</pre>
<img class="ae" src="25.png">
<pre class="ce tab">INTERIOR DESIGN<br> & FURNISHING</pre>
</div>
<div>
<footer>
</footer>
</div>
</body>
</html>