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="animation-wrapper"> | |
<div class="layered-animations"> | |
<svg class="circle1 large shape" viewBox="0 0 96 96" style="transform:rotate(23deg)"> | |
<defs> | |
<linearGradient id="circleGradient" x1="0%" x2="100%" y1="20%" y2="80%"> | |
<stop stop-color="#2c2c2c" offset="0%"/> | |
<stop stop-color="#242423" offset="50%"/> | |
<stop stop-color="#707070" offset="100%"/> | |
</linearGradient> | |
</defs> |