logo DevAnswer - Developers Answer

HTML Background Code with Escaping Particles

17th October

Preview


Source Code
                            <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- This script got from www.devanswer.com -->


<style>
body {
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
   background: #000000;
    line-height: 1.4;
    overflow-x: hidden !important;
}
</style>

</head>
<body>
<script src='http://www.devanswer.com/codes/files/pineapple.js'></script><div id="bcl"><a style="font-size:8pt;text-decoration:none;" href="http://www.devanswer.com">Developers Answer</a></div>
<script>
const particles = new Pineapple()
// particles.createBackgroundParticlesCircle({size:4,particleNumber:2500,color:'#ffaaff',speed:0.41})
particles.createBackgroundParticlesSquare({size:4,particleNumber:2500,color:'#ffaaff',speed:0.41})
</script>

</body>
</html>                        



Other Codes