diff --git a/style.css b/style.css index 9500314..8e77a70 100644 --- a/style.css +++ b/style.css @@ -17,7 +17,7 @@ body { align-items: center; height: 100vh; overflow: hidden; - color: white; + color: orangered; } h1 { @@ -44,6 +44,11 @@ h1 { text-align: center; padding-top: 50%; font-size: 20px; + transition: background-color 1s, color 1s; +} +.face:hover { + background-color: orangered; + color: white; } .front {