खिंचाई कड़ी
CSS दे राहें नेस्टेड लिंक गी "स्ट्रेचिंग" करियै कुसै बी HTML तत्व जां बूटस्ट्रैप घटक गी क्लिक करने योग्य बनाओ.
इसदे समाहित ब्लॉक गी छद्म तत्व दे राहें क्लिक करने योग्य .stretched-link
बनाने लेई इक लिंक च जोड़ो । ज्यादातर मामलें च, इसदा मतलब ऐ जे इक तत्व जिस च वर्ग कन्नै इक लिंक होंदा ऐ, क्लिक करने योग्य ऐ। कृपया ध्यान देओ जे CSS किस चाल्ली कम्म करदा ऐ , मते सारे तालिका तत्वें कन्नै मिक्स नेईं कीता जाई सकदा.::after
position: relative;
.stretched-link
position
.stretched-link
कार्डें position: relative
च डिफ़ॉल्ट रूप कन्नै बूटस्ट्रैप च होंदा ऐ, इसलेई इस मामले च तुस सुरक्षत रूप कन्नै .stretched-link
कार्ड च इक लिंक च क्लास गी बिना कुसै होर HTML बदलाव दे जोड़ सकदे ओ.
खिंचने आह् ले लिंक कन्नै मल्टीपल लिंक ते टैप टारगेट दी सिफारिश नेईं कीती जंदी ऐ। पर, जेकर इसदी लोड़ होऐ तां किश position
ते शैलियां मदद करी सकदियां न।z-index
खिंचाव कड़ी कन्नै कार्ड
कार्ड दे शीर्शक पर बनाने ते कार्ड दी सामग्री दा बड्डा हिस्सा बनाने आस्तै किश त्वरित उदाहरण पाठ।
कहीं जाओ<div class="card" style="width: 18rem;">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card with stretched link</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary stretched-link">Go somewhere</a>
</div>
</div>
position: relative
मीडिया वस्तुएं च डिफ़ॉल्ट रूप कन्नै नेईं ऐ , इसलेई असेंगी .position-relative
इत्थै जोड़ने दी लोड़ ऐ तां जे लिंक गी मीडिया वस्तु दे बाहर खिंचने थमां रोकेआ जाई सकै.
खिंचाव वाला कड़ी वाला मीडिया
एह् मीडिया वस्तु आस्तै किश प्लेसहोल्डर सामग्री ऐ । एह् नकल करना ऐ जे किश असली-दुनिया दी सामग्री केह् दिखग, ते अस इत्थै इसदा इस्तेमाल घटक गी शरीर ते आकार दा थोड़ा-बौत देने आस्तै करा करदे आं।
कहीं जाओ<div class="media position-relative">
<img src="..." class="mr-3" alt="...">
<div class="media-body">
<h5 class="mt-0">Media with stretched link</h5>
<p>This is some placeholder content for the media object. It is intended to mimic what some real-world content would look like, and we're using it here to give the component a bit of body and size.</p>
<a href="#" class="stretched-link">Go somewhere</a>
</div>
</div>
स्तंभ position: relative
डिफ़ॉल्ट रूप कन्नै न, इसलेई क्लिक करने योग्य स्तंभें गी सिर्फ .stretched-link
इक लिंक पर क्लास दी लोड़ होंदी ऐ. हालांकि, इक कड़ी गी इक पूरे उप्पर खिंचने आस्तै स्तंभ पर ते पंक्ति पर .row
लोड़चदा ऐ।.position-static
.position-relative
खिंचाव कड़ी कन्नै स्तंभ
इस दुए कस्टम घटक आस्तै प्लेसहोल्डर सामग्री दा इक होर उदाहरण. एह् नकल करना ऐ जे किश असली-दुनिया दी सामग्री केह् दिखग, ते अस इत्थै इसदा इस्तेमाल घटक गी शरीर ते आकार दा थोड़ा-बौत देने आस्तै करा करदे आं।
कहीं जाओ<div class="row no-gutters bg-light position-relative">
<div class="col-md-6 mb-md-0 p-md-4">
<img src="..." class="w-100" alt="...">
</div>
<div class="col-md-6 position-static p-4 pl-md-0">
<h5 class="mt-0">Columns with stretched link</h5>
<p>Another instance of placeholder content for this other custom component. It is intended to mimic what some real-world content would look like, and we're using it here to give the component a bit of body and size.</p>
<a href="#" class="stretched-link">Go somewhere</a>
</div>
</div>
समाहित ब्लॉक दी पन्छान करना
जेकर खिंचाव दा कड़ी कम्म नेईं करदी लब्भदी ऐ तां संभवत: समाहित ब्लॉक दा कारण होग। निम्नलिखित CSS गुण इक तत्व गी समाहित ब्लॉक बनाङन:
- इक
position
होर मूल्य दे अलावाstatic
- ए
transform
याperspective
वैल्यू दे अलावाnone
- या दा इक
will-change
मानtransform
perspective
filter
इसदे अलावा इक मानnone
जां इकwill-change
मानfilter
(केवल फायरफॉक्स पर कम्म करदा ऐ)
खिंचाव दे लिंक कन्नै कार्ड
कार्ड दे शीर्शक पर बनाने ते कार्ड दी सामग्री दा बड्डा हिस्सा बनाने आस्तै किश त्वरित उदाहरण पाठ।
स्ट्रेचड लिंक इत्थें कम्म नेईं करग, कीजे position: relative
लिंक च जोड़ेआ गेदा ऐ
एह् खिंचाव कड़ी सिर्फ p
-टैग उप्पर गै फैली जाग, कीजे इस पर इक रूपांतरण लागू कीता जंदा ऐ.
<div class="card" style="width: 18rem;">
<img src="..." class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card with stretched links</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-text">
<a href="#" class="stretched-link text-danger" style="position: relative;">Stretched link will not work here, because <code>position: relative</code> is added to the link</a>
</p>
<p class="card-text bg-light" style="transform: rotate(0);">
This <a href="#" class="text-warning stretched-link">stretched link</a> will only be spread over the <code>p</code>-tag, because a transform is applied to it.
</p>
</div>
</div>