Skip to content

Commit

Permalink
contact page section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ijequay-wisdom committed Jun 17, 2020
1 parent 386d0ff commit e186a4d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
Empty file added CENTER PAGE SECTION.css
Empty file.
42 changes: 42 additions & 0 deletions CENTER PAGE SECTION.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>

0 comments on commit e186a4d

Please sign in to comment.