We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
header { background-color: #6b4f4f; color: white; padding: 20px; text-align: center; font-family: 'Georgia', serif; } header h1 { margin: 0; font-size: 36px; } section { padding: 40px; max-width: 900px; margin: auto; } section h2 { font-family: 'Georgia', serif; font-size: 28px; color: #6b4f4f; border-bottom: 2px solid #6b4f4f; padding-bottom: 10px; } .intro-text { margin-top: 20px; font-size: 18px; line-height: 1.6; } .recipe-card { background-color: #ffffff; border: 1px solid #ddd; border-radius: 8px; padding: 20px; margin-bottom: 20px; } .recipe-card h3 { margin-top: 0; font-size: 24px; color: #6b4f4f; } .recipe-card p { font-size: 16px; } footer { background-color: #6b4f4f; color: white; text-align: center; padding: 20px; position: relative; bottom: 0; width: 100%; } footer p { margin: 0; } a { color: #6b4f4f; text-decoration: none; border-bottom: 1px solid #6b4f4f; } a:hover { color: #333; border-bottom-color: #333; } </style>
<header> <h1>Yasamin Saidi - Afghanische Küche mit Herz</h1> </header> <section> <h2>Willkommen auf meiner Seite!</h2> <p class="intro-text">Ich bin Yasamin Saidi und ich liebe es, Menschen durch gutes Essen glücklich zu machen. Hier findest du Rezepte und Geschichten aus der traditionellen afghanischen Küche, die ich mit viel Liebe zubereite. Mein Ziel ist es, die Herzen der Menschen mit den Aromen und Düften Afghanistans zu füllen.</p> <div class="recipe-card"> <h3>Rezept: Kabuli Palau</h3> <p>Kabuli Palau ist eines der bekanntesten Gerichte aus Afghanistan, bestehend aus gewürztem Reis, Rosinen, Karotten und Lammfleisch. Dieses Gericht wird oft bei besonderen Anlässen serviert und ist ein wahrer Genuss für jeden, der die afghanische Küche kennenlernen möchte.</p> </div> <div class="recipe-card"> <h3>Rezept: Mantoo</h3> <p>Mantoo sind köstliche Teigtaschen, gefüllt mit gewürztem Hackfleisch und serviert mit einer Joghurtsauce. Perfekt für ein herzhaftes Abendessen oder um Gäste zu beeindrucken!</p> </div> <div class="recipe-card"> <h3>Rezept: Bolani</h3> <p>Bolani ist ein beliebtes Street-Food in Afghanistan – dünnes Fladenbrot, gefüllt mit Kartoffeln, Kräutern oder Kürbis. Ideal als Snack oder Beilage.</p> </div> </section> <footer> <p>© 2024 Yasamin Saidi - Afghanische Küche</p> <p>Kontakt: <a href="mailto:[email protected]">[email protected]</a></p> </footer>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: