Membuat Object Berada Di Tengah-Tengah Window

Misalnya kita ingin membuat user login yang position y pas di tengah-tengah window.

.center {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px
}
<div class="center">
	<table>
		<tr>
			<td>User ID</td>
			<td><input type="text"/></td>
		</tr>
		<tr>
			<td>Password</td>
			<td><input type="password"/></td>
		</tr>
		<tr>
			<td></td>
			<td><input type="submit" value="Login"></td>
		</tr>
	</table>
</div>

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Anti-Spam Quiz: