coche horizontale CSS

<div id=“container”>
<div style=“float: left”>checkbox #1</div>
<div style=“float: left”>checkbox #2</div>
<div style=“float: left”>checkbox #3</div>
<div style=“float: none”>checkbox #4</div>
</div>
<div id=“container”>
<div style=“float: left”>checkbox #5</div>
<div style=“float: left”>checkbox #6</div>
<div style=“float: left”>checkbox #7</div>
<div style=“float: none”>checkbox #8</div>
</div>
Mohan Eswar