Это может быть что -то действительно простое, и я просто усложняю вещи для себя. Пробовал несколько вещей и не смог выполнить следующее: < /p>
У меня есть 3 столбца (карты) с текстом и кнопкой внизу. Средний имеет функциональность падения, где он показывает
< /code> при паривании.
Проблема? Кнопки не выравнивают горизонтально. Я бы хотел, чтобы они были на том же уровне. Как я могу выровнять 3 кнопки без изменения других компонентов? class = "Snippet-Code-CSS Lang-CSS PrettyPrint-override">
Это может быть что -то действительно простое, и я просто усложняю вещи для себя. Пробовал несколько вещей и не смог выполнить следующее: < /p> У меня есть 3 столбца (карты) с текстом и кнопкой внизу. Средний имеет функциональность падения, где он показывает [list] < /code> при паривании. Проблема? Кнопки не выравнивают горизонтально. Я бы хотел, чтобы они были на том же уровне. Как я могу выровнять 3 кнопки без изменения других компонентов? class = "Snippet-Code-CSS Lang-CSS PrettyPrint-override">[code]/* Cards, grids */ .grid { display: grid; gap: 16px; }
.card p { margin: 0; color: #555; font-size: 14px; }
.card-actions { text-align: center; /* center the button horizontally */ }
.card-actions .btn { display: inline-block; /* keeps the button sized nicely when centered */ }
.reveal-list ul { max-height: 0; /* hide the list */ overflow: hidden; opacity: 0; transform: translateY(-4px); margin-top: 0; /* override .mt-2 while hidden */ transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease, margin-top 0.2s ease; }
/* Show when the card is hovered (mouse) or focused (keyboard/tab) */ .reveal-list:hover ul, .reveal-list:focus-within ul { max-height: 600px; /* big enough to contain the list */ opacity: 1; transform: translateY(0); margin-top: 8px; /* restore spacing when open */ }< /code>
[url=mailto:{{email}}?subject=Offer%20request%20%E2%80%94%20Caf%C3%A9%E2%80%91Concert] Get an offer [/url]
[url=mailto:{{email}}?subject=Offer%20request%20%E2%80%94%20Lecture%20%26%20Workshop] Get an offer [/url]
[*]What is HIP: history, milestones, where we are now. [*] Building blocks of HIP: sources, instruments, articulation, tempo, ornamentation, continuo.
[*] The early keyboard family: harpsichord, spinet, clavichord, square piano.
[*]National styles: England, France, Germany, Italy. [*] Basso continuo, from figures to music, with singers or instrumentalists.
[*] Tailored sessions: happy to adapt topics or combine lecture and workshop in one visit.
[/list]
[url=mailto:{{email}}?subject=Offer%20request%20%E2%80%94%20Consultation] Get an offer [/url]