diff --git a/assets/master.css b/assets/master.css index 1c1b041..3756979 100644 --- a/assets/master.css +++ b/assets/master.css @@ -12,15 +12,17 @@ body { } } -img{ - transform-origin:50% 50%; - animation:2s rotate infinite linear; +img { + transform-origin: 50% 50%; + animation: 2s rotate infinite linear; } -@keyframes rotate{ - 100%{ transform:rotate(360deg); } +@keyframes rotate { + 100% { + transform: rotate(360deg); + } } .center { max-width: 50%; - } \ No newline at end of file +}