📁 Trend

Welcome to the Easy Cook Sara archive — where every recipe is crafted to make cooking simple and joyful. Whether you're in the mood for a sweet treat from our Desserts, seeking wholesome ideas from Healthy Eating, or planning a hearty meal from our Main Dishes, you’ll find endless inspiration here. Dive in and discover recipes that fit every craving and every occasion!

Comments



/* القائمة الرئيسة */ .my-menu { list-style: none; margin:0; padding:0; display:flex; background:#fff; } .my-menu > li { position: relative; margin-right: 20px; } .my-menu > li > a { text-decoration:none; padding:10px 15px; display:block; color:#333; font-weight:bold; } /* القوائم الفرعية */ .my-menu li ul { display: none; position:absolute; top:100%; left:0; list-style:none; background:#fafafa; padding:10px 0; box-shadow:0 2px 5px rgba(0,0,0,0.1); } .my-menu li:hover > ul { display: block; } .my-menu li ul li { margin:0; } .my-menu li ul li a { padding:8px 20px; display:block; color:#555; } /* تعديل للمسافات وحجم الخط */ .my-menu li ul li a:hover { background:#eee; }