Good design is obvious. Great design is transparent - Good design is obvious. Great design is transparent - Good design is obvious. Great design is transparent
На шейп класс shape
На текст класс text
Анимация на текст зацикленная
Код через T123
<script>
    $('.text').appendTo('.shape .tn-atom');
</script>

<style>
    .shape {
        overflow: hidden;
        border-radius: 1000px;
    }
    .text {
        position: absolute;
        top: 50% !important;
        left: -50% !important;
        transform: translateY(-50%);
    }
</style>
Made on
Tilda