如何使一個div響應所有可能性 html代碼。我爲320 * 480如何使一個DIV響應css html
<style>
.in1{width:275px;height:45px; border-color: #f0b41c;}
.in3{width:120px;height:40px;}
.in4{ width:150px;height:40px;}
</style>
<div>
<input class="in1" type="text" name="name" placeholder="your name" required>
<input class="in1" type="email" name="email" placeholder="your email" required>
<input class="in3" type="submit" name="submit" value="Sign Up"><br>
<span style="font-size: 25px; font-weight: 700; line-height: 130%;color: #fff; padding: 10px;"> SOME TEXT <span style=" font-family: 'Grundschrift';color:#f0b41c;">Some Text</span> SOME TEXT</span>
<br><input class="in4" type="submit" name="submit" value="How to Play">
</div>
使用百分比代替px – himanshu 2014-09-20 05:52:49
你想要做什麼?簡述你的敘述 – Sam1604 2014-09-20 06:02:26
@ Sam1604說。你期望什麼結果。你得到了一個答案,你的投入%(這是響應),如果這還不夠,你必須對你的問題更具體。 – 2014-09-20 06:24:27