Custom CSS & JS
Step 1

Step 2

Custom CSS

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

<script>
alert("Hello Custom Script");
</script>
Last updated
Was this helpful?
<style>
body{
background: green;
}
</style>
<script>
alert("Hello Custom Script");
</script>
Last updated
Was this helpful?