-
Notifications
You must be signed in to change notification settings - Fork 1
/
i.html
93 lines (84 loc) · 1.76 KB
/
i.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
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Rajdhani' rel='stylesheet'>
<style>
.a {
text-align: center;
color: white;
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;
}
.q{
text-align: center;
align: center;
}
.o{
width: 100%;
background-color: #84BDCB;
color: white;
padding: 14px 20px;
border: none;
border-radius: 4px;
text-decoration: none;
}
</style>
</head>
<body bgcolor="#DCDCDC">
<table bgcolor="#84BDCB" width="45%" height= "100%" align="left" cellpadding="10px">
<tr><td >
<p class="a"> How are you feeling?</p>
</td></tr>
</table>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table align="center">
<tr>
<td class="q">
<form action="/action_page.php">
<label for="fcity"></label>
<input type="text" id="fname" name="firstcity" placeholder="Type Here......">
</td>
<tr>
<td class="q">
<button class="o"><a href="u.html" class="o">Submit</a></button>
</td>
</tr>
</table>
</body>
</html>