Web Design & Development

📘 Class 26

5 টি প্রশ্ন ও উত্তর

Question #1
Bootstrap হলো একটি open-source CSS framework যা responsive এবং mobile-friendly ওয়েবসাইট বানাতে সাহায্য করে। এটি HTML, CSS, এবং JavaScript কোডের ready-made components দেয়। কোনো ওয়েবসাইট বানাতে হলে layout, typography, forms, buttons, navigation bar, cards—সব কিছু সহজেই বানানো যায়। মূলত web development দ্রুত ও সহজ করার জন্য তৈরি।
Question #2
Bootstrap কে আপনার প্রজেক্টে কানেক্ট করার মূলত দুইটি উপায় আছে: 1️⃣ CDN (Content Delivery Network) ব্যবহার করা 2️⃣ Local (Download) ফাইল ব্যবহার করা
Question #3
ওয়েবসাইটে যান: https://getbootstrap.com/ উপরের মেনু থেকে Download ক্লিক করুন। দুটি প্রধান অপশন আছে: Compiled CSS and JS এটি সরাসরি ব্যবহারযোগ্য version CSS, JS, Fonts সব ready-made Source files Developer যারা customize করতে চান তাদের জন্য SCSS, JS source code ইত্যাদি Compiled CSS and JS ডাউনলোড করুন (zip ফাইল)
Question #4
Bootstrap এ background color দেওয়ার জন্য bg-* ক্লাস ব্যবহার হয়।
Question #5
1️⃣ Text Color Classes (text-*) ক্লাস কালার text-primary Blue (প্রধান Bootstrap color) text-secondary Gray (secondary) text-success Green (সফলতার জন্য) text-danger Red (Alert/Danger) text-warning Yellow/Orange (Warning) text-info Light Blue (Info) text-light Light (use on dark background) text-dark Dark/Black text-body Default body text color text-white White text-muted Faded gray text text-black-50 50% Black (semi-transparent) text-white-50 50% White (semi-transparent)
1 24 25 26 27 28 72