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.

Multi-Page Journey

Introduction

Checklist


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;
        }