Skip to content

Instantly share code, notes, and snippets.

@wpacademy
Created December 30, 2024 20:53
Show Gist options
  • Save wpacademy/4a372bb951e0ccb14e0ae319e312d6f5 to your computer and use it in GitHub Desktop.
Save wpacademy/4a372bb951e0ccb14e0ae319e312d6f5 to your computer and use it in GitHub Desktop.
Animated Circles & Icons HTML Code - Chatbot landing page Design
<div class="animatede-circle">
<div class="outer-ring">
<img src="outer-circle.svg" alt="Outer Ring">
</div>
<div class="icons">
<img src="icons.png" alt="Icons">
</div>
<div class="inner-ring">
<img src="inner-circle.svg" alt="Inner Ring">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment