From 0d4c5675574a34b13f4dd2f7eb67dc570d6b6ba4 Mon Sep 17 00:00:00 2001 From: capjamesg Date: Tue, 11 Oct 2022 09:07:16 +0100 Subject: add hovercard styles --- hovercard.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hovercard.css diff --git a/hovercard.css b/hovercard.css new file mode 100644 index 0000000..98930b7 --- /dev/null +++ b/hovercard.css @@ -0,0 +1,9 @@ +.hovercard { + margin-top: 1.5rem; + background-color: white; + border: 1px solid lightslategrey; + border-radius: 10px; + position: absolute; + padding: 10px; + max-width: 40%; +} -- cgit v1.2.3