how yo put text in middle of div code example
Example 1: css center image
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
Example 2: how put h:putputText in center of div
<div class="center">
<h:outputText value="Have a blessed day!" />
</div>