I have situation like
CustomerInformation button
the above is output i want
<div id="headerCustomer">
<h:outputText style="font-size: 18px;font-weight:bold;" value="CustomerInformation " ></h:outputText>
<input type="button"></input>
</div>
what could be the css for the above to achieve.
Try this one