-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (58 loc) · 2.7 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!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>Kasper-Design-2</title>
<link rel="stylesheet" href="all.min.css">
<link rel="stylesheet" href="normalize.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="overlay"></div>
<div class="container">
<div class="firstt">
<div class="first">
<img src="logo.png " alt="">
</div>
<div class="navdiv">
<div class="nav">
<ul>
<li class="active"><a href="#active" > </a>Home </li>
<li class="Services"> <hr color=" #19c8fa" ><a href="#Services" > </a>Services</li>
<li class="Portofolio"><hr color=" #19c8fa" ><a href="#Portfolio"></a>Portfolio</li>
<li class="About"><hr color=" #19c8fa" ><a href="#About"> </a>About</li>
<li class="Pricing"><hr color=" #19c8fa" ><a href="#Pricing"> </a>Pricing</li>
<li class="Contact"><hr color=" #19c8fa" ><a href="#Contact"> </a>Contact</li>
</ul>
</div>
</div>
<div class="search">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</div>
<div class="div">
<h1>Hello World!</h1>
<h1>We Are Kasper We Make Art.</h1>
<p>Curabitur arcu erat, accum
san id imperdiet et,
porttitor
at sem. Mauris bl
andit aliquet elit, eget t
incidunt n
ibh pu
lvinar a. Curabitur ali
quet quam. Accumsan id imperdiet
et, porttitor at sem.
Mauris blandit aliquet el
it, eget tincidunt.</p>
</div>
</div>
</header>
</body>
</html>