|
|
(No se muestran 3 ediciones intermedias del mismo usuario) |
Línea 1: |
Línea 1: |
| <!-- 🍴 Gastronomía cordobesa -->
| | [[Archivo:CordobapediaLogo.png|miniaturadeimagen|centro|enlace=Portada]] |
| <h3 style="color:#008AB5; border-bottom: 1px solid #D2D9D9;">🍴 Gastronomía cordobesa</h3>
| |
| <div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;">
| |
| <style>
| |
| #ticker-gastro-container {
| |
| overflow: hidden;
| |
| white-space: nowrap;
| |
| background: #fdfdfd;
| |
| border: 1px solid #D2D9D9;
| |
| font-size: 15px;
| |
| padding: 8px 12px;
| |
| font-family: sans-serif;
| |
| width: 100%;
| |
| }
| |
| #ticker-gastro {
| |
| display: inline-block;
| |
| animation: scroll-left-gastro 30s linear infinite;
| |
| color: #008AB5;
| |
| }
| |
| @keyframes scroll-left-gastro {
| |
| from { transform: translateX(100%); }
| |
| to { transform: translateX(-100%); }
| |
| }
| |
| </style>
| |
| | |
| <div id="ticker-gastro-container">
| |
| <div id="ticker-gastro">
| |
| 🥣 Salmorejo cordobés con su huevo duro y jamón | 🍖 Rabo de toro guisado a fuego lento | 🍆 Berenjenas fritas con miel de caña | 🧀 Flamenquín crujiente de jamón y lomo | 🍷 Vinos de Montilla-Moriles acompañando cada bocado | 🐟 Japuta en adobo, sabor a tradición | 🍠 Gachas dulces en otoño y invierno | 🍋 Naranja picada con aceite y bacalao: sencillez y frescura
| |
| </div>
| |
| </div>
| |
| </div>
| |