Glow with Custom Code!

Background glow effect

How to add it to your website

1-add custom code to page settings.

<style>
canvas {
    display: inline-block;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.canvas-outer canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}
</style>
<script src="https://alireza4791.github.io/pure-splash-bg/index.js" defer="defer"></script>

2-add the code embed.

<splash-bg class="splash-bg">
	<canvas class="splash-canvas"></canvas>
</splash-bg>

3-style the code embed.