1
最近,我開始用twitter引導創建我的第一個響應式設計。Twitter引導響應輸入寬度不正確
我的問題是我嘗試了一些事情仍然沒有工作,如果我wrapp我來自各地的一類範圍的,輸入寬度是不正確的
代碼
<div class="container">
<div class="row-fluid">
<form class="span4" method="POST" action="http://localhost/mjb/index.php/" accept-charset="UTF-8">
<label for="username">Username</label> <input class="span4" type="text" name="username" value="" id="username">
<label for="password">Password</label> <input class="span4" type="password" name="password" id="password">
<button class="btn btn-block btn-success">Login</button>
</form>
</div>
</div>
有人能指出我做錯了什麼嗎?