From 07fa6e041f3f18127f78ab41a5c51a0c0c5fb8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1?= Date: Thu, 8 Feb 2024 15:22:42 +0100 Subject: [PATCH] =?UTF-8?q?zv=C4=9Bt=C5=A1en=C3=AD=20p=C3=ADsma=20odkazu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YourTravelAssistant/cestovatel.html | 2 +- styly.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/YourTravelAssistant/cestovatel.html b/YourTravelAssistant/cestovatel.html index ac881e8..c1adf0b 100644 --- a/YourTravelAssistant/cestovatel.html +++ b/YourTravelAssistant/cestovatel.html @@ -8,7 +8,7 @@ - Document + Your Travel Assistant
diff --git a/styly.css b/styly.css index 623aec9..170f84b 100644 --- a/styly.css +++ b/styly.css @@ -137,3 +137,11 @@ a.tlacitko:hover { text-align: center; border-radius: 50px; } + +/* Zvětšení písma */ +.tlacitko { + transition: font-size 0.3s ease; +} +.tlacitko:hover { + font-size: 20px; +}