-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
<title>European Elegant Catering</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js" defer></script>
<style>
body { font-family: 'Raleway', sans-serif; background-color: #F8F5F2; color: #4A4A4A; scroll-behavior: smooth; }
h1, h2, h3 { font-family: 'Playfair Display', serif; }
.section-title { color: #8B5E34; }
.menu-item { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px dotted #D1C4B3; }
.item-price { font-weight: 600; color: #5D4037; margin-left: 1rem; }
.gallery-container { position: relative; overflow: hidden; }
.gallery-slide { display: none; }
.gallery-slide img { width: 100%; border-radius: 12px; }
.gallery-active { display: block; }
.gallery-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: white; border: none; padding: 10px; cursor: pointer; border-radius: 50%; }
.gallery-btn.left { left: 10px; }
.gallery-btn.right { right: 10px; }
[x-cloak] { display: none !important; }
</style>
Про мене
Я створюю фуршети та домашні страви з любов’ю ❤️. Кожна страва — це поєднання традицій та сучасної подачі.
Меню
Сирники
Сирники класичні з родзинками17£
Сирники з маком17£
<h3 class="cursor-pointer py-2 border-b font-bold" @click="active=active==='chebureky'?'':'chebureky'">Чебуреки та Біляші <span x-text="active==='chebureky'?'-':'+'"></span></h3>
<div x-show="active==='chebureky'" x-cloak>
<div class="menu-item"><span>Чебуреки (10 шт)</span><span class="item-price">18£</span></div>
<div class="menu-item"><span>Біляші (12 шт)</span><span class="item-price">18£</span></div>
</div>
<h3 class="cursor-pointer py-2 border-b font-bold" @click="active=active==='deruny'?'':'deruny'">Деруни <span x-text="active==='deruny'?'-':'+'"></span></h3>
<div x-show="active==='deruny'" x-cloak>
<div class="menu-item"><span>Деруни класичні (1 кг)</span><span class="item-price">13£</span></div>
<div class="menu-item"><span>Деруни з грибами</span><span class="item-price">14£</span></div>
<div class="menu-item"><span>Деруни з м’ясом</span><span class="item-price">15£</span></div>
</div>
<!-- додайте сюди решту ваших категорій так само -->
</div>
Галерея
Контакти
Instagram: Ваш Instagram
Телефон: +44 ХХХ ХХХ ХХХ
© 2025 European Elegant Catering by Vita
<script> function cateringApp(){ return {} } </script>Metadata
Metadata
Assignees
Labels
No labels