-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHeader.html
29 lines (29 loc) · 1.16 KB
/
Header.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
<!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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<div class="d-flex justify-content-between border-bottom pt-3">
<div class="fw-bold m-2 ms-4">
<p>ANA</p>
</div>
<div class="d-flex justify-content-around">
<p class="p-2">Features</p>
<p class="p-2">Enterprise</p>
<p class="p-2">Support</p>
<p class="p-2">Pricing</p>
<button class="btn btn-outline-primary mb-4 p-2 ps-5 pe-5 rounded w-50 ">Sign up</button>
</div>
</div>
<div>
<div class="d-block m-auto mt-5 text-center">
<h1 class="display-4 fw-semibold pb-2">Put creativity to your Work</h1>
<p class="d-block m-auto text-center w-50">Build your Brand grow your Business And work together</p>
</div>
</div>
</body>
</html>