Might Learn Logo Might Learn Might Learn Shop

UP Board Solutions for Class 8 Agricultural Science (कृषि विज्ञान)

Chapter 1 मृदा गठन या मृदा कणाकार
Chapter 2 जलवायु
Chapter 3 प्राकृतिक आपदाएँ
Chapter 4 पशपालन (क) गंगातीरी
Chapter 5 बागवानी एवं वृक्षारोपण
Chapter 6 कृषि-यन्त्र अभ्यास
Chapter 7 सिंचाई की विधियाँ तथा जल निकास
Chapter 8 मामान्य फसलें एवं फसल चक्र
Chapter 9 फल परिरक्षण

✏️

এই Post টো Update কৰাত সহায় কৰিব বিচাৰে নেকি?

ইয়াত কিবা ভুল, অসম্পূৰ্ণ তথ্য বা নতুন তথ্য থাকিলে আপুনি এটা উন্নত version প্ৰস্তুত কৰিব পাৰে। Live Post তৎক্ষণাৎ সলনি নহ'ব।

Update This Post
Scroll to Top
/* ===================================================== MIGHT LEARN - SECOND MENU BAR Full Width + Click Class To Show Saved Subjects ===================================================== */ #mlLearningMenu{ width:100%; background:#ffffff; border-top:1px solid #edf1f5; border-bottom:1px solid #dfe6ef; box-shadow:0 3px 10px rgba(10,34,83,.05); font-family:Arial,sans-serif; position:relative; z-index:8500; } #mlLearningMenu *{ box-sizing:border-box; } /* ===================================================== MAIN BAR ===================================================== */ #mlLearningMenu .ml-learning-menu-inner{ width:100%; min-height:48px; margin:0; padding:0 30px; display:flex; align-items:center; gap:12px; } /* ===================================================== MY CLASS ===================================================== */ #mlLearningMenu .ml-learning-main{ position:relative; min-height:48px; display:inline-flex; align-items:center; gap:7px; padding:0 5px; color:#0a2253 !important; text-decoration:none !important; white-space:nowrap; } #mlLearningMenu .ml-learning-main::after{ content:""; position:absolute; left:27px; right:3px; bottom:0; height:2px; background:#f2a900; border-radius:20px; } #mlLearningMenu .ml-learning-main-icon{ width:22px; height:22px; flex:0 0 22px; display:flex; align-items:center; justify-content:center; font-size:15px; } #mlLearningMenu .ml-learning-main-title{ color:#0a2253; font-size:12px; font-weight:800; } /* ===================================================== CLASS LIST ===================================================== */ #mlLearningMenu .ml-learning-class-list{ display:flex; align-items:center; gap:7px; min-width:0; } /* ===================================================== CLASS CHIP ===================================================== */ #mlLearningMenu .ml-learning-class-chip{ min-height:32px; display:inline-flex; align-items:center; gap:6px; padding:0 11px; border:1px solid #dce3ef; border-radius:8px; background:#f8fafc; color:#24364f; font-family:inherit; font-size:9.5px; font-weight:700; white-space:nowrap; cursor:pointer; box-shadow:0 2px 5px rgba(10,34,83,.03); transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; } #mlLearningMenu .ml-learning-class-chip:hover{ background:#f0f6ff; border-color:#b8ccef; color:#0b4da2; } #mlLearningMenu .ml-learning-class-chip:active{ transform:translateY(1px); } /* ACTIVE CLASS */ #mlLearningMenu .ml-learning-class-chip.ml-active{ background:#edf5ff; border-color:#8cb4eb; color:#0b4da2; } /* ===================================================== SUBJECT DROPDOWN AREA ===================================================== */ #mlLearningSubjectPanel{ display:none; width:100%; background:#ffffff; border-top:1px solid #edf1f5; box-shadow: 0 9px 18px rgba(10,34,83,.08); } #mlLearningSubjectPanel.ml-show{ display:block; } /* SUBJECT INNER */ #mlLearningSubjectPanel .ml-subject-panel-inner{ width:100%; padding:12px 30px 14px; } /* TOP */ #mlLearningSubjectPanel .ml-subject-panel-top{ display:flex; align-items:center; justify-content:space-between; gap:15px; margin-bottom:9px; } /* TITLE */ #mlLearningSubjectPanel .ml-subject-panel-title{ margin:0; color:#0a2253; font-size:11px; font-weight:800; } /* CLOSE */ #mlLearningSubjectPanel .ml-subject-close{ width:25px; height:25px; display:flex; align-items:center; justify-content:center; padding:0; background:#f7f9fc; border:1px solid #e0e6ef; border-radius:50%; color:#667085; font-size:15px; line-height:1; cursor:pointer; } #mlLearningSubjectPanel .ml-subject-close:hover{ background:#eef3f9; color:#0a2253; } /* ===================================================== SUBJECT LIST ===================================================== */ #mlLearningSubjectList{ display:flex; flex-wrap:wrap; align-items:center; gap:7px; } /* SUBJECT CHIP */ #mlLearningSubjectList .ml-subject-item{ min-height:31px; display:inline-flex; align-items:center; padding:0 11px; background:#ffffff; border:1px solid #d9e2ef; border-radius:7px; color:#24364f; font-family:inherit; font-size:9.5px; font-weight:700; white-space:nowrap; cursor:pointer; transition: background .18s ease, border-color .18s ease, color .18s ease; } #mlLearningSubjectList .ml-subject-item:hover{ background:#eef8f8; border-color:#087f83; color:#086b70; } #mlLearningSubjectList .ml-subject-item:disabled{ opacity:.65; cursor:wait; } /* EMPTY MESSAGE */ #mlLearningSubjectList .ml-subject-empty{ color:#667085; font-size:10px; font-weight:600; } /* ===================================================== TABLET ===================================================== */ @media(max-width:900px){ #mlLearningMenu .ml-learning-menu-inner{ padding:0 14px; } #mlLearningSubjectPanel .ml-subject-panel-inner{ padding-left:14px; padding-right:14px; } } /* ===================================================== MOBILE ===================================================== */ @media(max-width:650px){ #mlLearningMenu{ overflow:visible; } #mlLearningMenu .ml-learning-menu-inner{ min-height:41px; padding:0 8px; gap:7px; overflow-x:auto; scrollbar-width:none; } #mlLearningMenu .ml-learning-menu-inner::-webkit-scrollbar{ display:none; } /* MY CLASS */ #mlLearningMenu .ml-learning-main{ min-height:41px; gap:5px; padding:0 2px; } #mlLearningMenu .ml-learning-main::after{ left:23px; } #mlLearningMenu .ml-learning-main-icon{ width:19px; height:19px; flex-basis:19px; font-size:13px; } #mlLearningMenu .ml-learning-main-title{ font-size:10px; } /* CLASSES */ #mlLearningMenu .ml-learning-class-list{ gap:5px; } #mlLearningMenu .ml-learning-class-chip{ min-height:29px; padding:0 8px; border-radius:7px; font-size:8px; } /* SUBJECT PANEL */ #mlLearningSubjectPanel .ml-subject-panel-inner{ padding:10px 9px 12px; } #mlLearningSubjectPanel .ml-subject-panel-title{ font-size:10px; } #mlLearningSubjectList{ flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; } #mlLearningSubjectList::-webkit-scrollbar{ display:none; } #mlLearningSubjectList .ml-subject-item{ min-height:28px; padding:0 9px; font-size:8px; } } /* ===================================================== WORDPRESS ADMIN BAR + HEADER OVERLAP FIX ===================================================== */ #mlLearningMenu{ position:relative !important; z-index:8500 !important; } #mlLearningSubjectPanel{ position:relative; z-index:8510 !important; } .ml-header{ position:relative; z-index:9000 !important; } #wpadminbar{ z-index:999999 !important; } .ml-header, #mlLearningMenu{ overflow:visible !important; } /* ===================================================== SECOND MENU - FORCE FULL WIDTH BELOW MAIN HEADER ===================================================== */ #mlLearningMenu{ width:100vw !important; max-width:none !important; margin:0 !important; left:50% !important; right:auto !important; transform:translateX(-50%) !important; clear:both !important; display:block !important; float:none !important; position:relative !important; z-index:8500 !important; box-sizing:border-box !important; } #mlLearningMenu .ml-learning-menu-inner{ width:100% !important; max-width:none !important; margin:0 !important; box-sizing:border-box !important; } #mlLearningSubjectPanel{ width:100% !important; max-width:none !important; margin:0 !important; box-sizing:border-box !important; } .ml-header{ position:relative !important; z-index:9000 !important; } #wpadminbar{ z-index:999999 !important; } html, body{ overflow-x:hidden; } @media(max-width:650px){ #mlLearningMenu{ width:100vw !important; left:50% !important; transform:translateX(-50%) !important; } }
🎓 My Class

My Subjects