I am creating a input form and I have two child and 1 parent div:
<div style="border: dashed; border-width: 1px; padding: 25px; display:inline-block; background-color:Aqua">
<div style="float: left; background-color:Orange">
</div>
<div class="expenseItems" style="background-color:green">
<div>
</div>
I want two child divs side by side and parent covering his childs widths exactly thats why I used inline lock . is what i get until now