-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.html
79 lines (73 loc) · 1.58 KB
/
1.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
75
76
77
78
79
<html>
<head>
</head>
<link href='https://fonts.googleapis.com/css?family=Rajdhani' rel='stylesheet'>
<style>
.a {
text-align: center;
color: wheat;
font-family:'Rajdhani';
font-size: 50px;
padding: 5px;
padding-bottom: 0px;
}
.j{
font-family: 'rajdhani';
font-size: 55px;
color: red;
text-decoration: none;
top: 45%
}
.y{
font-family: 'rajdhani';
font-size: 30px;
color:white;
text-decoration: none;
top: 45%
text-align: center;
text-align: center;
}
</style>
</head>
<body >
<table bgcolor="red" width="45%" height= "100%" align="left" cellpadding="10px">
<tr><td >
<p class="a"> Are you planning to vote for city, state or national elections?</p>
</td></tr>
</table>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table bgcolor="" border="0px" align="center" >
<tr>
<td align= "center">
<p class="j">
<a href="2.html" class="j">National</a>
</p>
</td>
</tr>
<tr>
<td align= "center">
<p class="j">
<a href= "3.html" class="j">State</a>
</p>
</td>
</tr>
<tr>
<td align= "center">
<p class="j">
<a href="2.html" class="j">City</a>
</p>
</td>
</tr>
</table>
</body>
</html>