मुखेल आशयाचेर वचचें डॉक्स नेव्हिगेशनाचेर वचचें
Check
in English

ताणून घेतिल्ली दुवो

CSS वरवीं नेस्टेड दुवो “ताणून” खंयचोय HTML घटक वा Bootstrap घटक क्लिक करपाक मेळटा.

ताचो आस्पाव आशिल्लो ब्लॉक छद्म घटका वरवीं क्लिक करपाक मेळपी .stretched-linkकरपाक दुव्यांत जोडात . चडशा प्रकरणांनी, हाचो अर्थ वर्गा वांगडा दुवो आशिल्लो घटक क्लिक करपाक मेळटा. उपकार करून लक्षांत दवरात दिल्लें CSS कशें काम करता , चडशा कोश्टक घटकांकडेन भरसूंक मेळना.::afterposition: relative;.stretched-linkposition.stretched-link

कार्डां कडेन position: relativeपूर्वनिर्धारीतपणान बूटस्ट्रॅपांत आसतात, देखून ह्या प्रकरणांत तुमी सुरक्षीतपणान .stretched-linkकार्डांतल्या दुव्यांत वर्ग जोडूंक शकतात हेर कसलेच HTML बदल करिनासतना.

ताणून दवरिल्ल्या दुव्यां वांगडा एका परस चड दुवे आनी टॅप लक्ष्य शिफारस करूंक नात. पूण कांय positionआनी z-indexशैलींची गरज पडल्यार मदत जावंक शकता.

Card image cap
ताणून दवरिल्ली दुवो आशिल्लें कार्ड

कार्डाच्या शीर्षकाचेर उबारपाक आनी कार्डाच्या सामुग्रीचो व्हडलो वांटो तयार करपाक कांय बेगीन उदाहरण मजकूर.

खंय तरी जा
एचटीएमएल हें नांव
<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हांगा जोडपाची गरज आसा जाका लागून दुवो पालक घटका भायर ताणचो न्हय.

Generic placeholder image
ताणून दवरिल्लो दुवो आशिल्लो सानुकूल घटक

सानुकूल घटकाखातीर ही कांय प्लेसहोल्डर सामुग्री आसा. कांय वास्तवीक सामुग्री कशी दिसतली हाची नक्कल करपाचो ताचो हेतू आसा, आनी घटकाक थोडो आंग आनी आकार दिवपाक आमी हांगा ताचो वापर करतात.

खंय तरी जा
एचटीएमएल हें नांव
<div class="d-flex position-relative">
  <img src="..." class="flex-shrink-0 me-3" alt="...">
  <div>
    <h5 class="mt-0">Custom component with stretched link</h5>
    <p>This is some placeholder content for the 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>
Generic placeholder image
ताणून दवरिल्ली दुवो आशिल्ले स्तंभ

ह्या दुसऱ्या सानुकूल घटकाखातीर प्लेसहोल्डर सामुग्रीची आनीक एक दृष्टांत. कांय वास्तवीक सामुग्री कशी दिसतली हाची नक्कल करपाचो ताचो हेतू आसा, आनी घटकाक थोडो आंग आनी आकार दिवपाक आमी हांगा ताचो वापर करतात.

खंय तरी जा
एचटीएमएल हें नांव
<div class="row g-0 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 p-4 ps-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मोलtransformperspective
  • (फकत फायरफॉक्साचेर काम करता) सोडून हेर filterमोल noneवा will-changeमोल filter(फकत फायरफॉक्साचेर काम करता)
Card image cap
ताणून दवरिल्ले दुवे आशिल्लें कार्ड

कार्डाच्या शीर्षकाचेर उबारपाक आनी कार्डाच्या सामुग्रीचो व्हडलो वांटो तयार करपाक कांय बेगीन उदाहरण मजकूर.

ताणून दिल्लो दुवो हांगा काम करचो ना, कारण 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>