Custom CSS & JS

Step 1

Step 2

Custom CSS

<style>
    body{
        background: green;
    }
</style>

Custom JS

<script>
alert("Hello Custom Script");
</script>

Last updated