From 8e185b36a2370d84f17e9d80146ca3645518582a Mon Sep 17 00:00:00 2001 From: Phuoc CAO Date: Thu, 10 Aug 2023 07:31:51 +0200 Subject: [PATCH] opacity change on hover --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 18b2dc9..6853726 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,13 @@ margin-top: 15px; color: #555; } + img { + opacity: 1.0; + } + img:hover { + opacity: 0.5; + }