You can use the following utility classes anywhere in your app to fine-tune the layout of your page and components. For most Oracle APEX components, you can simply populate the CSS Classes property to apply these modifiers to your page components.
To float an element, you can use the u-pullDirection utility classes.
Foo Hello World
To vertically-align the contents of an element you can use the u-alignDirection utility class.
Hello World! I'm in the middle!
Margin classes can be added to help add spacing around your elements.
Use the following class name structure with the options listed below to add spacing around your element.
margin-direction-spacing
Use these classes to adjust spacing around all sides of your element.
Centered Heading Text Content with a large margin on top.
Content with a large margin on top.
Padding classes can be added to help add spacing within your elements.
padding-direction-spacing
Use these classes to adjust spacing within all sides of your element.
Large button Little bit of padding on the side.
Text
This region will be 95% wide with a max-widht of 800px.
This region would be 400px tall.