From 962f51b74c69f1f2f4ab44f9d21c07666bb20fb8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 31 Oct 2021 20:59:52 +0100 Subject: [PATCH] Beautified --- assets/master.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 +}