in English

גבולות

השתמש בכלי עזר לגבולות כדי לעצב במהירות את הגבול ורדיוס הגבול של אלמנט. נהדר עבור תמונות, כפתורים, או כל אלמנט אחר.

גבול

השתמש בכלי עזר לגבולות כדי להוסיף או להסיר גבולות של רכיב. בחר מכל הגבולות או אחד בכל פעם.

תוסף

<span class="border"></span>
<span class="border-top"></span>
<span class="border-right"></span>
<span class="border-bottom"></span>
<span class="border-left"></span>

חיסור

<span class="border-0"></span>
<span class="border-top-0"></span>
<span class="border-right-0"></span>
<span class="border-bottom-0"></span>
<span class="border-left-0"></span>

צבע גבול

שנה את צבע הגבול באמצעות כלי עזר הבנויים על צבעי הנושא שלנו.

<span class="border border-primary"></span>
<span class="border border-secondary"></span>
<span class="border border-success"></span>
<span class="border border-danger"></span>
<span class="border border-warning"></span>
<span class="border border-info"></span>
<span class="border border-light"></span>
<span class="border border-dark"></span>
<span class="border border-white"></span>

רדיוס גבול

הוסף כיתות לאלמנט כדי לעגל בקלות את הפינות שלו.

Example rounded image 75x75 Example top rounded image 75x75 Example right rounded image 75x75 Example bottom rounded image 75x75 Example left rounded image 75x75 Completely round image 75x75 Rounded pill image 150x75 Example non-rounded image (overrides rounding applied elsewhere) 75x75
<img src="..." class="rounded" alt="...">
<img src="..." class="rounded-top" alt="...">
<img src="..." class="rounded-right" alt="...">
<img src="..." class="rounded-bottom" alt="...">
<img src="..." class="rounded-left" alt="...">
<img src="..." class="rounded-circle" alt="...">
<img src="..." class="rounded-pill" alt="...">
<img src="..." class="rounded-0" alt="...">

מידות

השתמש .rounded-lgאו .rounded-smעבור רדיוס גבול גדול או קטן יותר.

Example small rounded image 75x75 Example large rounded image 75x75
<img src="..." class="rounded-sm" alt="...">
<img src="..." class="rounded-lg" alt="...">