Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21555 kshitij.so 1
<html>
2
<head>
3
<title>ProfitMandi - FOFO Login</title>
4
<style>
5
#login-box {
6
position: relative;
7
    padding: 10px;
8
    margin:0 auto;
9
    width: 400px;
10
    height: 400px;
11
    border-radius: 3px;
12
    background: white;
13
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.26);
14
    overflow: hidden;
15
    top: 20%;
16
}
17
</style>
18
</head>
19
<body style="background-color:rgb(246, 245, 241)">
20
</body>
21
<div id="login-box">
22
 
23
</div>
24
 
25
</html>