The Div macro wraps content in a div tag with optional class and styles. This allows us to use macros such as the Style macro below.

There are several ways to try out Ozone. The following is a list of different ways to try it out starting from the simplest to a full scale cluster.


If you are new to ozone, the best way to navigate might be to follow the navigation bar below. It takes you on an ozone journey from novice to an ozone ninja.

The progress bar container and progress bar macros define the steps of the progress bar.

The Style macro allows the use of CSS to style content. CSS describes how HTML elements should be displayed. https://www.adaptavist.com/doco/display/CFP/Style+Sheet

.home-banner {
        background: #0052cc;
        color: #c2d6d6;
        font-size: 20px;
        padding: 20px;
        }
        .home-banner h2 {
        color: #f2f2f2;
        }