পাঠ্য
প্ৰান্তিককৰণ, ৰেপিং, ওজন, আৰু অধিক নিয়ন্ত্ৰণ কৰিবলে সাধাৰণ লিখনী সঁজুলিসমূহৰ বাবে দস্তাবেজ আৰু উদাহৰণসমূহ।
লিখনী প্ৰান্তিককৰণ
লিখনী প্ৰান্তিককৰণ শ্ৰেণীসমূহৰ সৈতে উপাদানসমূহলে সহজে লিখনী পুনৰায় প্ৰান্তিককৰণ কৰক। আৰম্ভণি, শেষ, আৰু কেন্দ্ৰ প্ৰান্তিককৰণৰ বাবে, প্ৰতিক্ৰিয়াশীল শ্ৰেণীসমূহ উপলব্ধ যি গ্ৰীড ব্যৱস্থাপ্ৰণালীৰ দৰে একে দৰ্শনপৰ্ট প্ৰস্থ ব্ৰেকপইন্ট ব্যৱহাৰ কৰে।
সকলো দৰ্শনপৰ্ট আকাৰত প্ৰান্তিককৃত লিখনী আৰম্ভ কৰক।
সকলো দৰ্শনপৰ্ট আকাৰত কেন্দ্ৰ প্ৰান্তিককৃত লিখনী।
সকলো দৰ্শনপৰ্ট আকাৰত প্ৰান্তিককৃত লিখনী শেষ কৰক।
SM (সৰু) বা বহল আকাৰৰ দৰ্শনপৰ্টসমূহত প্ৰান্তিককৃত লিখনী আৰম্ভ কৰক।
MD (মধ্যমীয়া) বা বহল আকাৰৰ দৰ্শনপৰ্টসমূহত প্ৰান্তিককৃত লিখনী আৰম্ভ কৰক।
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
to set word-wrap: break-word
আৰু ব্যৱহাৰ কৰি লিখনীৰ দীঘল স্ট্ৰিংসমূহক আপোনাৰ উপাদানসমূহৰ পৰিকল্পনা ভংগ কৰাত বাধা দিয়ক word-break: break-word
। আমি বহল ব্ৰাউজাৰ সমৰ্থনৰ বাবে word-wrap
অধিক সাধাৰণৰ পৰিৱৰ্তে ব্যৱহাৰ কৰো, আৰু flex ধাৰকসমূহৰ সৈতে সমস্যাসমূহ এৰাই চলিবলৈ অপ্ৰয়োগ কৰাসমূহ যোগ কৰোঁ।overflow-wrap
word-break: break-word
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
<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-*
ইউটিলিটিসমূহৰ সৈতে লাইনৰ উচ্চতা সলনি কৰক ।
এটা মৌলৰ ৰেখা-উচ্চতা আমাৰ উপযোগীতাসমূহৰ দ্বাৰা কেনেদৰে প্ৰভাৱিত হয় তাক দেখুৱাবলৈ লিখা এটা দীঘল অনুচ্ছেদ। শ্ৰেণীসমূহ উপাদানটোৰ ওপৰত নিজেই বা কেতিয়াবা মূল উপাদানটোৰ ওপৰত প্ৰয়োগ কৰা হয়। এই ক্লাছসমূহ আমাৰ ইউটিলিটি API ৰ সহায়ত প্ৰয়োজন অনুসৰি কাষ্টমাইজ কৰিব পাৰি।
এটা মৌলৰ ৰেখা-উচ্চতা আমাৰ উপযোগীতাসমূহৰ দ্বাৰা কেনেদৰে প্ৰভাৱিত হয় তাক দেখুৱাবলৈ লিখা এটা দীঘল অনুচ্ছেদ। শ্ৰেণীসমূহ উপাদানটোৰ ওপৰত নিজেই বা কেতিয়াবা মূল উপাদানটোৰ ওপৰত প্ৰয়োগ কৰা হয়। এই ক্লাছসমূহ আমাৰ ইউটিলিটি API ৰ সহায়ত প্ৰয়োজন অনুসৰি কাষ্টমাইজ কৰিব পাৰি।
এটা মৌলৰ ৰেখা-উচ্চতা আমাৰ উপযোগীতাসমূহৰ দ্বাৰা কেনেদৰে প্ৰভাৱিত হয় তাক দেখুৱাবলৈ লিখা এটা দীঘল অনুচ্ছেদ। শ্ৰেণীসমূহ উপাদানটোৰ ওপৰত নিজেই বা কেতিয়াবা মূল উপাদানটোৰ ওপৰত প্ৰয়োগ কৰা হয়। এই ক্লাছসমূহ আমাৰ ইউটিলিটি API ৰ সহায়ত প্ৰয়োজন অনুসৰি কাষ্টমাইজ কৰিব পাৰি।
এটা মৌলৰ ৰেখা-উচ্চতা আমাৰ উপযোগীতাসমূহৰ দ্বাৰা কেনেদৰে প্ৰভাৱিত হয় তাক দেখুৱাবলৈ লিখা এটা দীঘল অনুচ্ছেদ। শ্ৰেণীসমূহ উপাদানটোৰ ওপৰত নিজেই বা কেতিয়াবা মূল উপাদানটোৰ ওপৰত প্ৰয়োগ কৰা হয়। এই ক্লাছসমূহ আমাৰ ইউটিলিটি API ৰ সহায়ত প্ৰয়োজন অনুসৰি কাষ্টমাইজ কৰিব পাৰি।
<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>
টেক্সট সজ্জা
লিখনী সজ্জা শ্ৰেণীসমূহৰ সৈতে উপাদানসমূহত লিখনী সজাওক।
<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>
ছাছ
চলকসমূহ
// 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;
মানচিত্ৰ
এই মেপৰ পৰা ফন্ট-আকাৰৰ সঁজুলিসমূহ সৃষ্টি কৰা হয়, আমাৰ সঁজুলিসমূহ 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
);
ইউটিলিটিজ এপিআই
ফন্ট আৰু লিখনী সঁজুলিসমূহ আমাৰ সঁজুলিসমূহ API ত ঘোষণা কৰা হৈছে scss/_utilities.scss
. সঁজুলি 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
),