input box text center code example
Example 1: text input center
input {
text-align: center;
}
Example 2: how put h:putputText in center of div
<div class="center">
<h:outputText value="Have a blessed day!" />
</div>
input {
text-align: center;
}
<div class="center">
<h:outputText value="Have a blessed day!" />
</div>