From 3fee47e0cce76ef7c6a4c03c58042e6afb961239 Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Sat, 17 Jan 2026 21:27:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D0=BB=D0=B0=D0=B2=D0=BD=D1=83=D1=8E=20=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=BC=D0=B0=D1=86=D0=B8=D1=8E=20=D0=BF=D1=80=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 {