From a0e5d4e22036dba5dd972e67b4b2ff9feeeca590 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Tue, 23 Feb 2021 15:54:25 -0600 Subject: work homework work --- csci4131/hw3/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'csci4131/hw3/style.css') diff --git a/csci4131/hw3/style.css b/csci4131/hw3/style.css index a4e9ec2..3617820 100644 --- a/csci4131/hw3/style.css +++ b/csci4131/hw3/style.css @@ -40,6 +40,15 @@ tr:nth-child(odd) { object-fit: cover; margin-right: 0; } +.isRotating { + animation:5s rotate infinite linear; +} +.isntRotating { + animation-play-state: paused; +} +@keyframes rotate{ + 100%{ transform:rotate(1turn) } // or 360deg +} #map { padding-top: 30%; margin-top: 25em; -- cgit v1.2.3