Cislunar has circular block, which can be used for describing process or feature.


Circle Block Example

Class .cl-circle-wrapper is used to create circular container. Elements with classes .cl-top, .cl-top-right, .cl-right, .cl-bottom-right, .cl-bottom, .cl-bottom-left, .cl-left and .cl-top-left contains the content and places it on the position, specified by the class name, of the circular container.

<div class="cl-circle-wrapper">

    <div class="cl-top text-center">
        ...
    </div> <!-- top item ends -->

    <div class="cl-top-right text-center">
        ...
    </div> <!-- top-right item ends -->

    <div class="cl-right text-center">
        ...
    </div> <!-- right item ends -->

    <div class="cl-bottom-right text-center">
        ...
    </div> <!-- bottom-right item ends -->

    <div class="cl-bottom text-center">
        ...
    </div> <!-- bottom item ends -->

    <div class="cl-bottom-left text-center">
        ...
    </div> <!-- bottom-left item ends -->

    <div class="cl-left text-center">
        ...
    </div> <!-- left item ends -->

    <div class="cl-top-left text-center">
        ...
    </div> <!-- top-left item ends -->

</div> <!-- circle wrapper ends -->

Process 1

Process 2

Process 3

Process 4

Process 5

Process 6

Process 7

Process 8