From 846397e1870a937a4560d86784effa13e8151e2f Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Mon, 23 Mar 2026 14:48:36 -0700 Subject: add contact info w/ clipboard --- src/static/stylesheets/index.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/static/stylesheets') diff --git a/src/static/stylesheets/index.css b/src/static/stylesheets/index.css index 316daee..ea520fb 100644 --- a/src/static/stylesheets/index.css +++ b/src/static/stylesheets/index.css @@ -21,6 +21,14 @@ gap: 4px; } +.copyable { + cursor: pointer; +} + +.copyable:hover, .copyable:focus { + text-decoration: underline; +} + #basenamering { justify-content: start; gap: 30px; @@ -38,6 +46,11 @@ padding: 20px; } +#random-img { + padding: 20px; + max-width: 250px; +} + .button { image-rendering: auto; image-rendering: crisp-edges; -- cgit v1.2.3