You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "টুইটার বুটস্ট্রাপ হলো একটা এইচ টি এম এল,সি এস এস,জাভাস্ক্রিপ্ট ফ্রেমওয়ার্ক যার সর্বশেষ সংস্করণ হলো বুটস্ট্রাপ ৪ , মূলত দ্রুত ওয়েব পেজ ও ওয়েব অ্যাপ্লিকেশন তৈরী করার জন্যে এটা ব্যাপকভাবে ব্যাবহৃত ।",
"colorPref": "#2535e4",
"contents": [{
"title": "কন্টেনার ক্লাস",
"items": [{
"definition": "রেস্পন্সিভ ফিক্স উইড",
"code": "<div class='container'>...</div>"
}, {
"definition": "ফুল উইড",
"code": "<div class='container-fluid'>...</div>"
}]
},
{
"title": "গ্রিড ক্লাস",
"items": [{
"definition": "স্ক্রীন প্রস্থ যখন ৫৭৬পিক্সেল এর ছোট",
"code": "<div class='col-'>...</div>"
}, {
"definition": "স্ক্রীন প্রস্থ যখন ৫৭৬পিক্সেল এর সমান বা বড়",
"code": "<div class='col-sm'>...</div>"
}, {
"definition": "স্ক্রীন প্রস্থ যখন ৭৬৮পিক্সেল এর সমান বা বড়",
"code": "<div class='col-md'>...</div>"
}, {
"definition": "স্ক্রীন প্রস্থ যখন ৯৯২পিক্সেল এর সমান বা বড়",
"code": "<div class='col-lg'>...</div>"
}, {
"definition": "স্ক্রীন প্রস্থ যখন ১২০০পিক্সেল এর সমান বা বড়",