I want to show the three div on same line using style display-inline block and width other than this style any css3 class is available.
Code:
<div id="1" style="display:inline-block;width:10%"> </div>
<div id="2" style="display:inline-block;width:10%"> </div>
<div id="3" style="display:inline-block;width:10%"> </div>