DEV Community

Freecodez
Freecodez

Posted on

🪔 Happy Diwali 🪔 Diwali wish using html, css and javascript

Hey there, You are most welcome to this article. I hope you will enjoy this article. If you like this article then please share this article with your friends and colleagues. If you have any questions or suggestions regarding this article then please comment down below.

🪔 Happy Diwali 🪔 Diwali wish using html, css and javascript

🪔 Happy Diwali 🪔 Diwali wish using html, css and javascript

For full source code visit : https://freecodez.com/post/0bj4dtw

<!-- https://freecodez.com -->
<canvas id="canvas"></canvas>
<div class="container" id="main">
    <div class="diya">
        <img
          src="https://res.cloudinary.com/freecodez/image/upload/v1698217682/images/zihj4cbkebe5cgiai7i1.webp"
          alt="image"
          width="100%"
        />
    </div>
    <div class="diyas">
        <img
          src="https://happy-diwali.in/static/media/dia.2dea96fa2c3b8fc65c0d.gif"
          alt="image"
        />
        <img
          src="https://happy-diwali.in/static/media/dia.2dea96fa2c3b8fc65c0d.gif"
          alt="image"
        />
        <img
          src="https://happy-diwali.in/static/media/dia.2dea96fa2c3b8fc65c0d.gif"
          alt="image"
        />
    </div>
    <h1>Happy Diwali</h1>
</div>
Enter fullscreen mode Exit fullscreen mode

Source Code : https://freecodez.com/post/0bj4dtw

For more such articles visit : https://freecodez.com

Top comments (0)