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

44
styleabout.css Normal file
View File

@@ -0,0 +1,44 @@
body { font-family: sans-serif; text-align: center; padding: 50px; background-color: grey; }
.text {
background: grey;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
display: inline-block;
max-width: 400px;
}
img { width: 100%; border-radius: 5px; margin-bottom: 15px; }
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}
@media (max-width: 768px) {
body {
padding: 10px;
}
}
/*Archív alb */
/* Styl pro hlavní tlačítko archivu */
.btn-main {
background-color: #333;
color: white;
padding: 15px 30px;
border: none;
border-radius: 50px;
font-size: 1.1em;
cursor: pointer;
transition: background 0.3s;
font-weight: bold;
}
.btn-main:hover {
background-color: #555;
}