0% found this document useful (0 votes)
30 views5 pages

Deposit Money

2222222222

Uploaded by

Anurag Bhardwaj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views5 pages

Deposit Money

2222222222

Uploaded by

Anurag Bhardwaj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

<!

DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.table{
display:block;
margin:auto;
}
.footer
{
<!--margin-top:480px;-->
width:100%;
position:fixed;
left:0;
bottom:0;
padding:15px 22%;
background:black;
color:white;
display:flex;

}
.footer div
{
text-align:center;
}
.Service
{
flex-grow:2;
}
.footer div h3
{
font-size:30px;
color:yellow;
}
.About
{
display:block;
text-decoration:none;

}
*
{
margin:0px;
padding:0px;
}
h3
{
margin-top:0px;
margin-bottom:0px;
background-color:black;
color:white;
width:100%;
height:70px;
font-size:30px;
}
body
{

margin:0px;
padding:0px;
background:lightgrey;

}
.nav
{
margin-top:0px;
width:100%;
background:yellow;
height:50px;
}
ul
{
float:right;
list-style:none;
padding:0;
margin:0;
position:absolute;

}
ul li
{
float:left;
margin-top:10px;

height:35px;
line-height:35px;

}
ul li a
{
width:190px;
color:black;
display:block;
text-decoration:none;
font-size:18px;
text-align:center;
padding:5px;
font-family:Century Gothic;
font-weight:bold;
}
a:hover
{
background:green;
}
ul li ul
{
background-color:white;
}
ul li ul li
{
float:none;

}
ul li ul
{
display: none;
}
ul li:hover ul
{
display:block;
}
#a
{
border:2px solid black;
width:28px;
}

</style>
</head>
<body>
<div>
<h3 id="h3_id"><br>
<b style="color: #FFCC00"> FedChoice </b>
<b style="color: white"> Bank</b><br></h3>
<div class="nav">

<ul>
<li><a class="active" href="#">Home</a></li>
<li>
<a href="#">Customer Management</a>
<ul>
<li><a href="Home_Footer.html"
target="_self">Create Customer</a></li>
<li><a href="#">Update Customer</a></li>
<li><a href="#">Delete Customer</a></li>
</ul>
</li>
<li>
<a href="#">Account Management</a>
<ul>
<li><a href="#">Create Accunt</a></li>
<li><a href="#">Delete Account</a></li>
</ul>
</li>
<li>
<a href="#">Status Details </a>
<ul>
<li><a href="#">Customer
Status</a></li>
<li><a href="#">Account Status</a></li>
</ul>
</li>

<li>
<a href="#">Account Operation</a>
<ul>
<li><a href="#">Option1</a></li>
<li><a href="#">Option2</a></li>
<li><a href="#">Option3</a></li>
</ul>
</li>

<li><a href="#">logout</a></li>
</ul>
</div>

<footer class="footer">
<!-- Start footer top area -->

<div class="About">
<h3>About Us</h3>
<p style="font-size:14px">FedChoice bank was Founded on 14th june
2016 with the objective of providing<br>with the detail service based on Retail
banking operations.</p>

</div>

<div class="Service">
<h3>Services</h3>
<p style="font-size:14px">Retail and Customer banking<br>Personal
Internet banking<br>Corporate Internate banking<br>Debit and credit cards</p>

</div>

<div class="Contact">
<h3>Contact Us</h3>
<p style="font-
size:14px">Email:[email protected]<br>
Contact No:0224454577,02254545566<br>Address:Corporate
Office,Madame Cama Road<br>Nariman Point
,Mumbai,Maharashtra 400021</p>
</div>

<!-- End footer top area -->


</footer>

<center><h1>Deposit Money</h1></center>
<br>

<form style = " margin : auto; display : block;">


<table align="center" style= "width:100%">
<tr><td></td>
<td colspan="2 " align="center">Customer Id: <input
type="text"placeholder="EnterCustomerName"name="CustomerID"required></td></tr>

<tr><td></td>
<td colspan="2 " align="center">Account ID: <input
type="text"placeholder="EnterAccountI"name="AccountID"required></td></tr>

<tr><td></td>
<td colspan="2 " align="center">Account Type: <select name="acc" id="acc">
<option value="sav">Savings Account</option>
<option value="curr">Current Account</option>
</select></td></tr>

<tr><td></td>
<td colspan="2 " align="center">Deposit Amount: <input
type="number"placeholder="EnterAmount"name="amount"required></td></tr>
<tr><td colspan="2 " align="center"> <input type="submit"
value="Submit"></td></tr>
</div>
</table>
</form>
</body>
</html>

You might also like