-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCENTER PAGE SECTION.html
42 lines (40 loc) · 1.2 KB
/
CENTER PAGE SECTION.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
<!--This is the code for the center section from @ekanah..@dimmy is incharge of the styling-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Center section</title>
<body>
<nav>
<label class="logo">Safelock</label>
<ul>
<li><a href="#">piggybank</a></li>
<li><a href="#">Safelock</a></li>
<li><a href="#">Target</a></li>
<li><a href="#">Flex Naira</a></li>
<li><a href="#">Flex Dollar</a></li>
</ul>
</nav>
<div class="container">
<div class="box">
<div class="content">
<h1>SAFELOCK BALANCE</h1>
<P>0.00</P>
<a href="#">+ create a safe lock</a>
<a href="#"> what is a safelock?</a>
</div>
</div>
<div class="box">
<div class="content">
<a href="#">Ongoing</a>
<a href="#">Completed</a>
<h2>Create a safelock</h2>
<p>you have no safelock setup.Let's help you get started.</p>
<a href="#">CREATE A SAFELOCK</a>
</div>
</div>
</div>
</body>
</head>
</html>