-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINC.html
More file actions
68 lines (49 loc) · 1.64 KB
/
INC.html
File metadata and controls
68 lines (49 loc) · 1.64 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>INC</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
</head>
<style>
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
man{
height: 200px;
}
main {
flex: 1 0 auto;
}
.blacktext {
color: black;
font-size: 20px;
}
</style>
<man>
<nav style="height: 120px" >
<div class="nav-wrapper orange accent-3">
<img src="https://www.inc.in/static/images/logo_footer.jpg" alt="" height="120" width="350" style="padding-left: 250px"; >
<div class="brand-logo center"><h3 style="color: black">Indian National COngress</h3></div>
</div>
</nav>
</man>
<main>
<bodyt >
<div class="container">
<div id="card-alert" class="card light-blue lighten-5">
<div class="card-content light-blue-text">
<p id="loc_info">Successful. Thank you for voting our party.</p>
<input type="button" onclick="location.href='https://www.inc.in/';" value="More about us." />
</div>
</div>
</main>
</tbody>
</bodyt>
<footer style="height: 70px"; class="page-footer green darken-2">
<div class="brand-logo center"></div>
</div>
</footer>
</html>