أمثلة شبكة التمهيد
تخطيطات الشبكة الأساسية لتعريفك بالبناء داخل نظام شبكة Bootstrap.
في هذه الأمثلة .themed-grid-col
يتم إضافة الفصل إلى الأعمدة لإضافة بعض السمات. هذه ليست فئة متوفرة في Bootstrap افتراضيًا.
خمس طبقات شبكية
هناك خمسة مستويات لنظام شبكة Bootstrap ، واحدة لكل مجموعة من الأجهزة التي ندعمها. تبدأ كل طبقة بأدنى حجم لإطار العرض وتنطبق تلقائيًا على الأجهزة الأكبر حجمًا ما لم يتم تجاوزها.
ثلاثة أعمدة متساوية
احصل على ثلاثة أعمدة متساوية العرض بدءًا من أجهزة سطح المكتب وتغيير حجمها إلى أجهزة كمبيوتر سطح المكتب الكبيرة . على الأجهزة المحمولة والأجهزة اللوحية وما دونها ، سيتم تكديس الأعمدة تلقائيًا.
ثلاثة أعمدة بديلة
By using the .row-cols-*
classes, you can easily create a grid with equal columns.
.col
child of
.row-cols-md-3
.col
child of
.row-cols-md-3
.col
child of
.row-cols-md-3
Three unequal columns
Get three columns starting at desktops and scaling to large desktops of various widths. Remember, grid columns should add up to twelve for a single horizontal block. More than that, and columns start stacking no matter the viewport.
Two columns
Get two columns starting at desktops and scaling to large desktops.
Full width, single column
No grid classes are necessary for full-width elements.
Two columns with two nested columns
Per the documentation, nesting is easy—just put a row of columns within an existing column. This gives you two columns starting at desktops and scaling to large desktops, with another two (equal widths) within the larger column.
At mobile device sizes, tablets and down, these columns and their nested columns will stack.
Mixed: mobile and desktop
The Bootstrap v4 grid system has five tiers of classes: xs (extra small, this class infix is not used), sm (small), md (medium), lg (large), and xl (extra large). You can use nearly any combination of these classes to create more dynamic and flexible layouts.
Each tier of classes scales up, meaning if you plan on setting the same widths for md, lg and xl, you only need to specify md.
مختلط: الهاتف المحمول والجهاز اللوحي وسطح المكتب
المزاريب
مع .gx-*
الفصول ، يمكن ضبط المزاريب الأفقية.
.col
مع
.gx-4
المزاريب
.col
مع
.gx-4
المزاريب
.col
مع
.gx-4
المزاريب
.col
مع
.gx-4
المزاريب
.col
مع
.gx-4
المزاريب
.col
مع
.gx-4
المزاريب
استخدم .gy-*
الفئات للتحكم في المزاريب الرأسية.
.col
مع
.gy-4
المزاريب
.col
مع
.gy-4
المزاريب
.col
مع
.gy-4
المزاريب
.col
مع
.gy-4
المزاريب
.col
مع
.gy-4
المزاريب
.col
مع
.gy-4
المزاريب
مع .g-*
الفصول ، يمكن ضبط المزاريب في كلا الاتجاهين.
.col
مع
.g-3
المزاريب
.col
مع
.g-3
المزاريب
.col
مع
.g-3
المزاريب
.col
مع
.g-3
المزاريب
.col
مع
.g-3
المزاريب
.col
مع
.g-3
المزاريب
حاويات
تسمح الفئات الإضافية المضافة في Bootstrap v4.4 بحاويات بعرض 100٪ حتى نقطة توقف معينة. v5 يضيف xxl
نقطة توقف جديدة.