html{min-height:100%}.ctxmenu{position:fixed;border:1px solid #999;padding:2px 0;box-shadow:#aaa 3px 3px 3px;background:#fff;margin:0;z-index:9999;overflow-y:auto;font:15px Verdana, sans-serif;box-sizing:border-box}.ctxmenu li{margin:1px 0;display:block;position:relative;user-select:none}.ctxmenu li.heading{font-weight:bold;margin-left:-5px}.ctxmenu li span{display:block;padding:2px 20px;cursor:default}.ctxmenu li a{color:inherit;text-decoration:none}.ctxmenu li.icon{padding-left:15px}.ctxmenu img.icon{position:absolute;width:18px;left:10px;top:2px}.ctxmenu li.disabled{color:#ccc}.ctxmenu li.divider{border-bottom:1px solid #aaa;margin:5px 0}.ctxmenu li.interactive:hover{background:rgba(0, 0, 0, .1)}.ctxmenu li.submenu::after{content:"";position:absolute;display:block;top:0;bottom:0;right:.4em;margin:auto .1rem auto auto;border-right:1px solid #000;border-top:1px solid #000;transform:rotate(45deg);width:.3rem;height:.3rem}.ctxmenu li.submenu.disabled::after{border-color:#ccc}
עוגת השוקולד המיוחדת של אמא
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
body {
font-family: 'Varela Round', sans-serif;
background-color: #f9e7d2;
color: #4a4a4a;
line-height: 1.6;
direction: rtl;
text-align: right;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.bsd {
text-align: right;
font-weight: bold;
margin-bottom: 20px;
}
h1 {
color: #8b4513;
text-align: center;
}
h2 {
color: #d2691e;
border-bottom: 2px solid #d2691e;
padding-bottom: 5px;
}
.recipe-image {
text-align: center;
margin: 20px 0;
}
.recipe-image img {
max-width: 100%;
border-radius: 10px;
}
ul.ingredients, ol.instructions {
background-color: #fff8dc;
padding: 20px;
border-radius: 5px;
}
.footer {
text-align: center;
margin-top: 30px;
font-style: italic;
}
.copy-button {
display: inline-block;
margin: 10px 5px;
padding: 5px 10px;
font-size: 12px;
background-color: #d2691e;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
.copy-button:hover {
background-color: #8b4513;
}
.button-container {
text-align: center;
}
function copyRecipe() {
const recipe = document.querySelector('.container').innerText;
navigator.clipboard.writeText(recipe).then(() => {
alert('המתכון הועתק בהצלחה!');
}, (err) => {
console.error('שגיאה בהעתקה: ', err);
});
}
function copyHTML() {
const html = document.documentElement.outerHTML;
navigator.clipboard.writeText(html).then(() => {
alert('קוד ה-HTML הועתק בהצלחה!');
}, (err) => {
console.error('שגיאה בהעתקה: ', err);
});
}
בס"ד
עוגת השוקולד המיוחדת והטעימה מאד של אמא שלי 🍫🎂
מצרכים 📝
- 5 ביצים 🥚
- כוס סוכר 🍬
- 200 גרם שוקולד מריר 🍫
- 4 כפות קמח תופח 🌾
- חצי כוס שרי ברנדי או קוניאק או ליקר שאתם אוהבים 🥃
- 100 גרם אגוזים טחונים 🌰
- 1 חבילה מרגרינה או 200 מ"ל קרם קוקוס 🥥
- 1 כף נס קפה ☕
אופן ההכנה 👩🍳
- להמיס את השוקולד בבונמארי או במיקרו 🔥
- להקציף את החלבונים עם הסוכר 🥣
- להוסיף לחלבונים המוקצפים את כל יתר החומרים פרט לקמח 🥄
- לחלק את התערובת הזו ל2 חלקים ✂️
- חצי לשים במקרר ❄️
- לחצי להוסיף את הקמח 🌾
- את הבלילה עם הקמח לשים בתבנית ולאפות בתנור על חום בינוני לרבע שעה 🍰
- כשהעוגה מתקררת להוסיף את הקרם שבמקרר ולמרוח 🧊
- ניתן להוסיף מעל פרלינים, תותים ומה שאתם אוהבים 🍓
תהנו! 😊
באהבה, איריס ❤️
כמות צפיות בפוסט: 235