nová sekce about, nové grafické rozhraní

This commit is contained in:
2025-12-24 01:55:16 +01:00
parent ea40bbb8a0
commit 36bc232106
9 changed files with 265 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
body { font-family: sans-serif; text-align: center; padding: 50px; background-color: #333; }
body { font-family: sans-serif; text-align: center; padding: 50px; background-image: url(./img/so0naj17qrh91.jpg); }
.album-card {
background: grey;
padding: 20px;
@@ -8,11 +8,13 @@ body { font-family: sans-serif; text-align: center; padding: 50px; background-co
max-width: 400px;
}
img { width: 100%; border-radius: 5px; margin-bottom: 15px; }
h1 { color: black }
h1 { color: black; }
h2 { color: black}
.smile { color: black; }
.datum { color: red; font-size: 0.9em; margin-bottom: 10px; font-weight: bold;}
.hastag { color: black}
#vyzva {width: 7%; height: auto}
/* Styl pro tlačítka streamovacích služeb */
.btn {
display: inline-block; /* Aby měly rozměry */
@@ -28,28 +30,13 @@ body { font-family: sans-serif; text-align: center; padding: 50px; background-co
/* Barvy pro konkrétní služby */
.tidal { background-color: #000000; } /* Černá pro Tidal */
.spotify { background-color: #1DB954; } /* Zelená pro Spotify */
.about { background-color: #333; } /* Hmědá o projektu */
.btn:hover {
transform: scale(1.05); /* Při najetí myší se tlačítko trochu zvětší */
opacity: 0.9;
}
footer {
margin-top: 50px;
border-top: 1px solid #ddd;
padding-top: 20px;
font-size: 0.8em;
color: #666;
}
footer a {
color: black;
margin: 0 10px;
text-decoration: none;
font-weight: bold;
}
footer a:hover {
color: #000;
text-decoration: underline;
}
@media (max-width: 768px) {
body {