Created
December 30, 2024 20:53
-
-
Save wpacademy/4a372bb951e0ccb14e0ae319e312d6f5 to your computer and use it in GitHub Desktop.
Animated Circles & Icons HTML Code - Chatbot landing page Design
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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