私はブートストラップで作業を始めています。次のことをする必要があります。右に2つのアイコンを一緒に追加したいという入力があります。 'div
'が、私はダウンしています。css
NIデザインではあまりよくありません。どうすればいいか教えてください。右側に入力内にブートストラップアイコンを追加
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
<div class="col-lg-4">
<input type='text' value='' class='form-control'><a><i class='fa fa-check-circle fa-2x' aria-hidden='true'></i></a> <a><i class='fa fa-times-circle fa-2x' aria-hidden='true'></i></a>
</div>
返信用のおかげで、しかし、私は私のコード例では、まさにこのように必要な、私は必要なものではない、私はちょうど入力の右にそれを合わせる必要があり – max
@maxリンクの両方私は別の解決策を追加しました – Omi