forked from Ashvin991345/firstweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFY Web.html
33 lines (32 loc) · 910 Bytes
/
FY Web.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
28
29
30
31
32
33
<!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="as.css">
</head>
<body>
<main>
<nav>
<h2>Das Grune</h2>
<div class="part2">
<a href="#">About</a>
<a href="#">Project</a>
<a href="#">Services</a>
<a href="#">Lets Talk</a>
</div>
</nav>
<section>
<div class="hero-text1">
<h1>Digitize</h1>
<div class="vedio"></div>
</div>
<div class="hero-text2">
<h1>IDEAS</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum doloremque ullam et, reiciendis ipsa impedit?</p>
</div>
</section>
</main>
</body>
</html>