aboutsummaryrefslogtreecommitdiff
path: root/hovercard.css
diff options
context:
space:
mode:
Diffstat (limited to 'hovercard.css')
-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%;
+}