<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:alloy="http://liferay.com/faces/alloy"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
<alloy:form>
<alloy:row>
<alloy:column offsetWidth="25" styleClass="bg-primary" width="75">
<alloy:outputText value="offsetWidth="25" width="75"" />
</alloy:column>
</alloy:row>
<alloy:row>
<alloy:column styleClass="bg-success" width="33">
<alloy:outputText value="width="33"" />
</alloy:column>
<alloy:column offsetWidth="33" styleClass="bg-success" width="33">
<alloy:outputText value="offsetWidth="33" width="33"" />
</alloy:column>
</alloy:row>
<alloy:row>
<alloy:column offsetWidth="25" styleClass="bg-primary" width="25">
<alloy:outputText value="offsetWidth="25" width="25"" />
</alloy:column>
<alloy:column offsetWidth="25" styleClass="bg-primary" width="25">
<alloy:outputText value="offsetWidth="25" width="25"" />
</alloy:column>
</alloy:row>
<alloy:row>
<alloy:column offsetWidth="8" styleClass="bg-success" width="17">
<alloy:outputText value="offsetW="8" w="17"" />
</alloy:column>
<alloy:column offsetWidth="8" styleClass="bg-success" width="33">
<alloy:outputText value="offsetWidth="8" width="33"" />
</alloy:column>
<alloy:column offsetWidth="8" styleClass="bg-success" width="17">
<alloy:outputText value="offsetW="8" w="17"" />
</alloy:column>
</alloy:row>
</alloy:form>
</ui:composition>