私はそのようなhtmlコードを持っています:
<div class="one1">
<div class="one">
<input class="two" name="user[email]" placeholder="Ваш e-mail" required="required" type="email">
</div>
</div>
とcss
.one1{
background-color: #000;
width:200px;
height: 200px;
}
.one{
margin: 0 auto;
background-color: #cecece;
width:180px;
height: 200px;
}
.two{
width: 100%;
margin: 0;
padding: 0;
}
しかし、右の境界線で入力が少し大きいのはなぜですか? 1つのdivであるため、どうすればクリアできますか? (また、丸い境界線と影があります)
ここ: