DEV Community

Cover image for Creating a Mesmerizing Moonlit Night Sky Animation with CSS
babar ali
babar ali

Posted on

Creating a Mesmerizing Moonlit Night Sky Animation with CSS

πŸ‘‡πŸ‘†

Creating a Mesmerizing Moonlit Night Sky Animation with CSS

Add a touch of magic to your website with a stunning moonlit night sky animation. In this tutorial, we'll explore how to create this effect using CSS

    <div class="color-secondary fs-s flex items-center">
        <img
          alt="favicon"
          class="c-embed__favicon m-0 mr-2 radius-0"
          src="https://codecrafti.blogspot.com/favicon.ico"
          loading="lazy" />
      codecrafti.blogspot.com
    </div>
  </div>
</div>
Enter fullscreen mode Exit fullscreen mode

animations.

Top comments (0)