make poll method in center and added css to the button (#64)

* make poll method in center and added css to the button

* make poll method in center and added css to the button

* Update index.html

* Update index.html

* Update index.html

* Update index.html
This commit is contained in:
Usama Abdul Sattar 2018-06-28 17:12:19 +05:00 committed by GitHub
parent 22957778b1
commit 333cc22ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 4 deletions

View File

@ -1,6 +1,26 @@
<!-- I AM A FAKE PAGE | DO NOT TRUST ME --> <!-- I AM A FAKE PAGE | DO NOT TRUST ME -->
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<style>
.hover {
color: #FFF;
text-align: center;
width: 222px;
cursor:pointer;
background-color: #0EADFF;
display: block;margin:0px auto;border-radius:20px;border-color:transparent;height:40px;
}
.hover1:hover {
color: #FFF;
text-align: center;
width: 222px;
cursor:pointer;
background-color: #108ee9;;
display: block;margin:0px auto;border-radius:20px;border-color:transparent;height:40px;
}
</style>
</head>
<title>VoteRank #289032</title> <title>VoteRank #289032</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
@ -14,7 +34,7 @@
<h1>#289032</h1> <h1>#289032</h1>
</header> </header>
<body bgcolor="#eff0f1"> <body bgcolor="#eff0f1" style="text-align:center">
<div> <div>
<form action="index2.html"> <form action="index2.html">
<div id="group1"> <div id="group1">
@ -40,7 +60,7 @@
<input type="checkbox" value="grey" name="color" > Grey<br> <input type="checkbox" value="grey" name="color" > Grey<br>
<input type="checkbox" value="brown" name="color" > Brown<br> <input type="checkbox" value="brown" name="color" > Brown<br>
<input type="checkbox" value="pink" name="color" > Pink<br> <input type="checkbox" value="pink" name="color" > Pink<br>
<input type="submit" value="Submit"> <input type="submit" value="Submit" class="hover hover1">
</div> </div>
</form> </form>
</div> </div>

View File

@ -1,6 +1,26 @@
<!-- I AM A FAKE PAGE | DO NOT TRUST ME --> <!-- I AM A FAKE PAGE | DO NOT TRUST ME -->
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<style>
.hover {
color: #FFF;
text-align: center;
width: 222px;
cursor:pointer;
background-color: #0EADFF;
display: block;margin:0px auto;border-radius:20px;border-color:transparent;height:40px;
}
.hover1:hover {
color: #FFF;
text-align: center;
width: 222px;
cursor:pointer;
background-color: #108ee9;;
display: block;margin:0px auto;border-radius:20px;border-color:transparent;height:40px;
}
</style>
</head>
<title>VoteRank #289032</title> <title>VoteRank #289032</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
@ -14,7 +34,7 @@
<h1>#289032</h1> <h1>#289032</h1>
</header> </header>
<body bgcolor="#eff0f1"> <body bgcolor="#eff0f1" style="text-align:center">
<div> <div>
<form action="index2.html"> <form action="index2.html">
<div id="group1"> <div id="group1">
@ -40,7 +60,7 @@
<input type="checkbox" value="grey" name="color" > Grey<br> <input type="checkbox" value="grey" name="color" > Grey<br>
<input type="checkbox" value="brown" name="color" > Brown<br> <input type="checkbox" value="brown" name="color" > Brown<br>
<input type="checkbox" value="pink" name="color" > Pink<br> <input type="checkbox" value="pink" name="color" > Pink<br>
<input type="submit" value="Submit"> <input type="submit" value="Submit" class="hover hover1">
</div> </div>
</form> </form>
</div> </div>