4

開始、中止、閉じるの 3 つのボタンがあります。開始ボタンと中止ボタンをDIVの中心に正確に降ろし、ボタンを右側に閉じる方法を教えてください。Start and Abortボタンを使用 float:rightすると、残りのスペースの中心に整列します:(

<div style="text-align: center; width: 100%; border-width: 1px 0 0 0; ">
                    <button id="btn-continue-top-fill">Start</button>
                    <button id="btn-cancel-top-fill">Abort</button>                    
                    <button id="btn-close-top-fill" style="float: right;">Close</button>
</div>
4

1 に答える 1