aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcapjamesg <jamesg@jamesg.blog>2022-10-11 09:07:16 +0100
committercapjamesg <jamesg@jamesg.blog>2022-10-11 09:07:16 +0100
commit0d4c5675574a34b13f4dd2f7eb67dc570d6b6ba4 (patch)
treedea0fc2c525a4509e9f712026304a8e596d97b5a
parente5d889ce261d1ff30efb0601d55c719e1a48dcec (diff)
downloadhovercard.js-0d4c5675574a34b13f4dd2f7eb67dc570d6b6ba4.tar.gz
hovercard.js-0d4c5675574a34b13f4dd2f7eb67dc570d6b6ba4.zip
add hovercard styles
-rw-r--r--hovercard.css9
1 files changed, 9 insertions, 0 deletions
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%;
+}