Center div block
by karimkhan
HTML
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<div class="container">
<div class="row">
<input type = "button" id = "loginButton" class = "btn btn-primary" onclick = "authUser();" value = "Login | ThenWat"/>
<a href="./redirect.php"><input type = "button" id = "loginButton2" class = "btn btn-primary" onclick = "authTwitter();" value = "Login | Twitter "/> </a>
</div>
</div>
CSS
.row
{
display: block;
width: 100%;
text-align: center;
}