zvětšení písma odkazu

This commit is contained in:
Lukáš 2024-02-08 15:22:42 +01:00
parent 11e7bc8383
commit 07fa6e041f
2 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="cestovatel.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Your Travel Assistant</title>
</head>
<div>

View File

@ -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;
}