mirror of
https://codeberg.org/Kankys/musicCalendar.git
synced 2026-01-01 08:12:53 +00:00
nová sekce about, nové grafické rozhraní
This commit is contained in:
44
styleabout.css
Normal file
44
styleabout.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user