Can anyone make sololearn's logo with rotation | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 3

Can anyone make sololearn's logo with rotation

message me

8th May 2022, 1:04 PM
Rachit kashyap
Rachit kashyap - avatar
2 ответов
+ 4
Short answer yes .. as to messaging you no we aren't here to do your project for you.
8th May 2022, 1:12 PM
BroFar
BroFar - avatar
+ 1
.logo { animation: rotate 5s linear 0s infinite; } @keyframes rotate { to { transform: rotate(1turn); } } https://code.sololearn.com/WJGNqaO20CBw/?ref=app
8th May 2022, 2:02 PM
Calviղ
Calviղ - avatar