मूलपाठ
संरेखण, रैपिंग, वज़न आदि को नियंत्रित करने के लिए सामान्य टेक्स्ट उपयोगिताओं के लिए दस्तावेज़ीकरण और उदाहरण।
पाठ्य संरेखण
टेक्स्ट अलाइनमेंट क्लासेस वाले कंपोनेंट्स के लिए टेक्स्ट को आसानी से री-अलाइन करें। प्रारंभ, अंत और केंद्र संरेखण के लिए, उत्तरदायी वर्ग उपलब्ध हैं जो ग्रिड सिस्टम के समान व्यूपोर्ट चौड़ाई ब्रेकप्वाइंट का उपयोग करते हैं।
सभी व्यूपोर्ट आकारों पर संरेखित टेक्स्ट प्रारंभ करें।
सभी व्यूपोर्ट आकारों पर मध्य संरेखित टेक्स्ट।
सभी व्यूपोर्ट आकारों पर संरेखित टेक्स्ट समाप्त करें।
व्यूपोर्ट आकार SM (छोटा) या चौड़ा पर संरेखित टेक्स्ट प्रारंभ करें।
व्यूपोर्ट आकार के एमडी (मध्यम) या व्यापक पर संरेखित टेक्स्ट प्रारंभ करें।
व्यूपोर्ट्स आकार LG (बड़ा) या चौड़ा पर संरेखित टेक्स्ट प्रारंभ करें।
व्यूपोर्ट आकार XL (अतिरिक्त-बड़ा) या चौड़ा पर संरेखित टेक्स्ट प्रारंभ करें।
<p class="text-start">Start aligned text on all viewport sizes.</p>
<p class="text-center">Center aligned text on all viewport sizes.</p>
<p class="text-end">End aligned text on all viewport sizes.</p>
<p class="text-sm-start">Start aligned text on viewports sized SM (small) or wider.</p>
<p class="text-md-start">Start aligned text on viewports sized MD (medium) or wider.</p>
<p class="text-lg-start">Start aligned text on viewports sized LG (large) or wider.</p>
<p class="text-xl-start">Start aligned text on viewports sized XL (extra-large) or wider.</p>
टेक्स्ट रैपिंग और ओवरफ्लो
.text-wrap
एक वर्ग के साथ पाठ लपेटें ।
<div class="badge bg-primary text-wrap" style="width: 6rem;">
This text should wrap.
</div>
.text-nowrap
पाठ को कक्षा के साथ लपेटने से रोकें ।
<div class="text-nowrap bd-highlight" style="width: 8rem;">
This text should overflow the parent.
</div>
शब्द विराम
.text-break
सेट word-wrap: break-word
और का उपयोग करके टेक्स्ट की लंबी स्ट्रिंग्स को अपने घटकों के लेआउट को तोड़ने से रोकें word-break: break-word
। हम व्यापक ब्राउज़र समर्थन word-wrap
के लिए अधिक सामान्य के बजाय उपयोग करते हैं, और फ्लेक्स कंटेनरों के साथ समस्याओं से बचने के लिए बहिष्कृत जोड़ते हैं।overflow-wrap
word-break: break-word
एमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएमएम
<p class="text-break">mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm</p>
.text-break
हमारे RTL संकलित CSS से हटा दिया गया है।
टेक्स्ट ट्रांसफॉर्म
टेक्स्ट कैपिटलाइज़ेशन क्लासेस वाले कंपोनेंट्स में टेक्स्ट ट्रांसफ़ॉर्म करें।
लोअरकेस टेक्स्ट।
अपरकेस टेक्स्ट।
CapiTaliZed पाठ।
<p class="text-lowercase">Lowercased text.</p>
<p class="text-uppercase">Uppercased text.</p>
<p class="text-capitalize">CapiTaliZed text.</p>
ध्यान दें कि कैसे .text-capitalize
केवल प्रत्येक शब्द के पहले अक्षर को बदलता है, किसी अन्य अक्षर के मामले को अप्रभावित छोड़ देता है।
फ़ॉन्ट आकार
font-size
पाठ का त्वरित रूप से परिवर्तन करें। जबकि हमारे शीर्षक वर्ग (जैसे, .h1
- .h6
) लागू होते हैं font-size
, font-weight
, और line-height
, ये उपयोगिताएँ केवल लागू होती हैं font-size
। इन उपयोगिताओं का आकार HTML के शीर्षक तत्वों से मेल खाता है, इसलिए जैसे-जैसे संख्या बढ़ती है, उनका आकार घटता जाता है।
.fs-1 पाठ
.fs-2 पाठ
.fs-3 पाठ
.fs-4 पाठ
.fs-5 पाठ
.fs-6 पाठ
<p class="fs-1">.fs-1 text</p>
<p class="fs-2">.fs-2 text</p>
<p class="fs-3">.fs-3 text</p>
<p class="fs-4">.fs-4 text</p>
<p class="fs-5">.fs-5 text</p>
<p class="fs-6">.fs-6 text</p>
Sass मानचित्र font-size
को संशोधित करके अपने उपलब्ध s को अनुकूलित करें ।$font-sizes
फ़ॉन्ट वजन और इटैलिक
इन उपयोगिताओं के साथ टेक्स्ट font-weight
या टेक्स्ट को तुरंत बदलें । उपयोगिताओं को संक्षिप्त किया जाता है और उपयोगिताओं को संक्षिप्त किया जाता है ।font-style
font-style
.fst-*
font-weight
.fw-*
बोल्ड अक्षर।
बोल्ड वेट टेक्स्ट (मूल तत्व के सापेक्ष)।
सामान्य वजन पाठ।
हल्के वजन का पाठ।
हल्का वजन पाठ (मूल तत्व के सापेक्ष)।
इटैलिक पाठ।
सामान्य फ़ॉन्ट शैली के साथ पाठ
<p class="fw-bold">Bold text.</p>
<p class="fw-bolder">Bolder weight text (relative to the parent element).</p>
<p class="fw-normal">Normal weight text.</p>
<p class="fw-light">Light weight text.</p>
<p class="fw-lighter">Lighter weight text (relative to the parent element).</p>
<p class="fst-italic">Italic text.</p>
<p class="fst-normal">Text with normal font style</p>
ऊंची लाईन
.lh-*
उपयोगिताओं के साथ लाइन की ऊंचाई बदलें ।
यह दिखाने के लिए लिखा गया एक लंबा पैराग्राफ है कि किसी तत्व की रेखा-ऊंचाई हमारी उपयोगिताओं से कैसे प्रभावित होती है। कक्षाएं स्वयं तत्व या कभी-कभी मूल तत्व पर लागू होती हैं। इन वर्गों को हमारी उपयोगिता एपीआई के साथ आवश्यकतानुसार अनुकूलित किया जा सकता है।
यह दिखाने के लिए लिखा गया एक लंबा पैराग्राफ है कि किसी तत्व की रेखा-ऊंचाई हमारी उपयोगिताओं से कैसे प्रभावित होती है। कक्षाएं स्वयं तत्व या कभी-कभी मूल तत्व पर लागू होती हैं। इन वर्गों को हमारी उपयोगिता एपीआई के साथ आवश्यकतानुसार अनुकूलित किया जा सकता है।
यह दिखाने के लिए लिखा गया एक लंबा पैराग्राफ है कि किसी तत्व की रेखा-ऊंचाई हमारी उपयोगिताओं से कैसे प्रभावित होती है। कक्षाएं स्वयं तत्व या कभी-कभी मूल तत्व पर लागू होती हैं। इन वर्गों को हमारी उपयोगिता एपीआई के साथ आवश्यकतानुसार अनुकूलित किया जा सकता है।
यह दिखाने के लिए लिखा गया एक लंबा पैराग्राफ है कि किसी तत्व की रेखा-ऊंचाई हमारी उपयोगिताओं से कैसे प्रभावित होती है। कक्षाएं स्वयं तत्व या कभी-कभी मूल तत्व पर लागू होती हैं। इन वर्गों को हमारी उपयोगिता एपीआई के साथ आवश्यकतानुसार अनुकूलित किया जा सकता है।
<p class="lh-1">This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.</p>
<p class="lh-sm">This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.</p>
<p class="lh-base">This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.</p>
<p class="lh-lg">This is a long paragraph written to show how the line-height of an element is affected by our utilities. Classes are applied to the element itself or sometimes the parent element. These classes can be customized as needed with our utility API.</p>
एकलस्पेस
हमारे मोनोस्पेस फ़ॉन्ट स्टैक के साथ चयन को बदलें .font-monospace
।
यह मोनोस्पेस में है
<p class="font-monospace">This is in monospace</p>
रंग रीसेट करें
किसी टेक्स्ट या लिंक के रंग को के साथ रीसेट करें .text-reset
, ताकि वह अपने माता-पिता से रंग प्राप्त कर सके।
रीसेट लिंक के साथ म्यूट किया गया टेक्स्ट .
<p class="text-muted">
Muted text with a <a href="#" class="text-reset">reset link</a>.
</p>
पाठ सजावट
टेक्स्ट डेकोरेशन क्लासेस वाले कंपोनेंट्स में टेक्स्ट को सजाएं।
इस पाठ के नीचे एक रेखा है।
इस पाठ में इसके माध्यम से जाने वाली एक रेखा है।
This link has its text decoration removed<p class="text-decoration-underline">This text has a line underneath it.</p>
<p class="text-decoration-line-through">This text has a line going through it.</p>
<a href="#" class="text-decoration-none">This link has its text decoration removed</a>
Sass
Variables
// stylelint-disable value-keyword-case
$font-family-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
// stylelint-enable value-keyword-case
$font-family-base: var(--#{$variable-prefix}font-sans-serif);
$font-family-code: var(--#{$variable-prefix}font-monospace);
// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins
// $font-size-base affects the font size of the body text
$font-size-root: null;
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
$font-size-sm: $font-size-base * .875;
$font-size-lg: $font-size-base * 1.25;
$font-weight-lighter: lighter;
$font-weight-light: 300;
$font-weight-normal: 400;
$font-weight-bold: 700;
$font-weight-bolder: bolder;
$font-weight-base: $font-weight-normal;
$line-height-base: 1.5;
$line-height-sm: 1.25;
$line-height-lg: 2;
$h1-font-size: $font-size-base * 2.5;
$h2-font-size: $font-size-base * 2;
$h3-font-size: $font-size-base * 1.75;
$h4-font-size: $font-size-base * 1.5;
$h5-font-size: $font-size-base * 1.25;
$h6-font-size: $font-size-base;
Maps
Font-size utilities are generated from this map, in combination with our utilities API.
$font-sizes: (
1: $h1-font-size,
2: $h2-font-size,
3: $h3-font-size,
4: $h4-font-size,
5: $h5-font-size,
6: $h6-font-size
);
Utilities API
Font and text utilities are declared in our utilities API in scss/_utilities.scss
. Learn how to use the utilities API.
"font-family": (
property: font-family,
class: font,
values: (monospace: var(--#{$variable-prefix}font-monospace))
),
"font-size": (
rfs: true,
property: font-size,
class: fs,
values: $font-sizes
),
"font-style": (
property: font-style,
class: fst,
values: italic normal
),
"font-weight": (
property: font-weight,
class: fw,
values: (
light: $font-weight-light,
lighter: $font-weight-lighter,
normal: $font-weight-normal,
bold: $font-weight-bold,
bolder: $font-weight-bolder
)
),
"line-height": (
property: line-height,
class: lh,
values: (
1: 1,
sm: $line-height-sm,
base: $line-height-base,
lg: $line-height-lg,
)
),
"text-align": (
responsive: true,
property: text-align,
class: text,
values: (
start: left,
end: right,
center: center,
)
),
"text-decoration": (
property: text-decoration,
values: none underline line-through
),
"text-transform": (
property: text-transform,
class: text,
values: lowercase uppercase capitalize
),
"white-space": (
property: white-space,
class: text,
values: (
wrap: normal,
nowrap: nowrap,
)
),
"word-wrap": (
property: word-wrap word-break,
class: text,
values: (break: break-word),
rtl: false
),