From 05ac71d4b76dc10d56301ce58858fd90eeb1fe82 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 20 Oct 2025 03:56:20 -0300 Subject: moved from go to react, and added a better css --- web_page/webpage-shorlink/src/components/ShowUrl.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 web_page/webpage-shorlink/src/components/ShowUrl.css (limited to 'web_page/webpage-shorlink/src/components/ShowUrl.css') diff --git a/web_page/webpage-shorlink/src/components/ShowUrl.css b/web_page/webpage-shorlink/src/components/ShowUrl.css new file mode 100644 index 0000000..a7a9d1c --- /dev/null +++ b/web_page/webpage-shorlink/src/components/ShowUrl.css @@ -0,0 +1,9 @@ +p { + color: #ebdbb2; + font-size: 24px; +} + +p:hover { + color: #83a598; + cursor: pointer; +} -- cgit v1.2.3