oprava linku, rozšíření DB, Full web(bez db)

This commit is contained in:
2025-12-25 00:51:40 +01:00
parent f8762aa023
commit 5d2cf2788c
7 changed files with 195 additions and 10 deletions

View File

@@ -2,7 +2,18 @@ body {
font-family: sans-serif;
text-align: center;
padding: 50px;
background-image: url(./img/so0naj17qrh91.jpg);
background-image: url(./img/4525586.jpg);
/* Tímto zajistíte, že se tapeta při scrollování nehýbe */
background-attachment: fixed;
/* Tímto zakážete opakování obrázku "dokola" */
background-repeat: no-repeat;
/* DOPORUČENÉ: Roztáhne obrázek přes celou obrazovku */
background-size: cover;
/* Vycentruje obrázek, aby byl vždy uprostřed */
background-position: center;
}
.album-card {
background: grey;
@@ -144,8 +155,14 @@ h2 {
cursor: pointer;
transition: background 0.3s;
font-weight: bold;
background-color: violet;
}
.link-footer {
text-decoration: none; /* Zruší podtržení */
color: black;
}
/* odkazy */
.links {
color: blueviolet; text-decoration: none;
}