Skip to content

Commit

Permalink
styling to voter.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyadarshanipp committed Apr 22, 2019
1 parent 6874a42 commit 8cb4d86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
<script src="app.js"></script>
</head>

<body style="background-image:url('/vote.jpg');text-align:center;margin-top:40vh;">
<form action="/addCandidate.html">
<button class="w3-button w3-green" type="submit">Add Candidates</button>
<body style="background-image:url('vote1.jpg');background-size:20% auto;background-repeat:no-repeat;background-position:center;text-align:center;">
<h1 style="margin-top:5vh;">Voting Admin</h1>
<form style="margin-top:60vh;" action="/addCandidate.html">
<button class="w3-button w3-green w3-hover-blue" type="submit">Add Candidates</button>
</form>
<div class="col-md-6">
<button class="w3-button w3-green" onclick="App.findNumOfVotes()">Show Result</button>
<div style="margin-top:5vh;" class="col-md-6">
<button class="w3-button w3-green w3-hover-blue" onclick="App.findNumOfVotes()">Show Result</button>
<div id="vote-box"></div>
</div>
</body>
Expand Down
Binary file removed src/vote.jpg
Binary file not shown.

0 comments on commit 8cb4d86

Please sign in to comment.