From 420023871b452df909c97c25aa0fc5e9b51f89c2 Mon Sep 17 00:00:00 2001 From: raj-hero <91920953+raj-hero@users.noreply.github.com> Date: Wed, 12 Oct 2022 03:35:12 +0530 Subject: [PATCH] small css change done a small css change for image in tooltip index.html --- main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.css b/main.css index 71d466c..f168f2f 100644 --- a/main.css +++ b/main.css @@ -75,3 +75,9 @@ dialog::backdrop { ); backdrop-filter: blur(3px); } + +#img-tooltip{ + background-color: wheat; + width:30%; + height:30%; +}