Files
musicCalendar/styleabout.css

45 lines
1.0 KiB
CSS

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