-
Notifications
You must be signed in to change notification settings - Fork 0
/
3.html
106 lines (89 loc) · 2.23 KB
/
3.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<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;
}
.j{
font-family: 'rajdhani';
font-size: 55px;
color: red;
text-decoration: none;
top: 45%
}
input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #45a049;
}
div {
border-radius: 5px;
background-color: #f2f2f2;
padding-top: 5px;
height: 100%;
padding: 20px;
width:53%;
}
.o{
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
border: none;
border-radius: 4px;
text-decoration: none;
}
.q{
text-align: center;
align: center;
}
</style>
</head>
<body >
<table bgcolor="red" width="45%" height= "100%" align="left" cell-padding="0px">
<tr><td >
<p class="a"> Which State Are You Voting For?</p>
</td></tr>
</table>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<table bgcolor="" align="center" top: 45%>
<tr>
<td class="q">
<form action="/action_page.php">
<label for="fcity"></label>
<input type="text" id="fname" name="firstcity" placeholder="Your State..">
</td>
</tr>
<tr>
<td class="q">
<button class="o"><a href="4.html" class="o">Submit</a></button>
</td>
</tr>
</table>
</body>
</form>
</body>
</html>