Custom page

- nice_custom_page

The 'custom page' is not a block; it is a class applied to a Moodle text block. This class modifies the styling of ordered and unordered lists within that text block. To use it, first add a new Moodle block of type 'Text.' Then, go to the source code view in the TinyMCE text editor and wrap your content with the following code:

<div class="nice-custom-page-container">

<div class="container">

<!-- Your Code Goes Here --?

</div> <!-- container -->

</div> <!-- nice-custom-page-container -->