přidána ikonka k návratu na domovskou stránku

This commit is contained in:
archos
2024-08-24 21:01:39 +02:00
parent 0dd3ec0899
commit 4f3584e9d3
4 changed files with 40 additions and 3 deletions

View File

@ -805,3 +805,21 @@ body {
.spacer {
height: 20px; /* Můžeš upravit hodnotu podle potřeby */
}
.page-header {
position: relative;
padding: 20px;
text-align: center;
}
.home-link {
position: absolute;
top: 20px;
right: 20px;
font-size: 24px;
color: #000; /* Barva ikony */
text-decoration: none;
}
.home-link:hover {
color: #800; /* Barva ikony při hoveru */
}