From ee4681dbc4f873434d0ae261d735a8c724fd4bb4 Mon Sep 17 00:00:00 2001 From: Andrew Yu Date: Fri, 14 Jan 2022 19:50:52 +0800 Subject: yes --- index.html | 1 - style.css | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5a8f96c..73f9be4 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,6 @@ diff --git a/style.css b/style.css index 6c72a9e..6b71aa5 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,6 @@ body { background-color: black; color: white; - font-family: sans-serif; margin: 3%; line-height: 1.4; } @@ -100,7 +99,10 @@ a:active { .good { color: lime; } -@keyframes shake { +.annotation { + border: 2px dashed lime; +} +@keyframes shake { 0%, 100% {transform: rotate(0deg);} 10%, 30%, 50%, 70%, 90% {transform: rotate(-3deg);} 20%, 40%, 60%, 80% {transform: rotate(3deg);} -- cgit 1.4.1-2-gfad0