-
Notifications
You must be signed in to change notification settings - Fork 0
/
index12.html
74 lines (67 loc) · 2.57 KB
/
index12.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<title>team amigos</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="makin way to exitin offers using reducing, reusing,recycling" />
<meta name="keywords" content="css3, login, form, custom, input, submit, button, html5, placeholder" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="js/modernizr.custom.63321.js"></script>
<style>
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);
body {
background: #563c55 url(images/blurred.jpg) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.container > header h1,
.container > header h2 {
color: #fff;
text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
</style>
</head>
<body>
<header>
<center><i><h1 style="font-size:300%;color:white;font-family:genevva ">JOIN THE RACE TO MAKE INDIA....</h1></center></i>
<i><center><h2 style="font-size:200%;color:white;font-family:geneva">A BETTER PLACE</h2></center></i>
</header>
<section class="main">
<form class="form-3">
<p class="clearfix">
<label for="login">Username</label>
<input type="text" name="login" id="login" placeholder="Username">
</p>
<p class="clearfix">
<label for="password">Password</label>
<input type="password" name="password" id="password" placeholder="Password">
</p>
<p class="clearfix">
<input type="checkbox" name="remember" id="remember">
<label for="remember">Remember me</label>
</p>
<p class="clearfix">
<input type="submit" name="submit" value="LOGIN">
</p>
<p class="clearfix" style="color:white">
<i>interested in making enzyme?</i>
</p>
<p class="clearfix">
<input type="submit" name="submit" value="volunteer">
</p>
<p class="clearfix" style="color:white">
<i>help us? provide your waste here!</i>
</p>
<p class="clearfix">
<input type="submit" name="submit" value="register">
</p>
</form>
</section>
</div>
</body>
</html>