কম্পিউটার

CSS এর ভূমিকা :nth-last-child(n) নির্বাচক


CSS :nth-last-child(n) নির্বাচক ব্যবহার করুন প্রতিটি

উপাদানকে স্টাইল করতে যা তার পিতামাতার সন্তান, শেষ সন্তান থেকে গণনা করে।

আপনি :nth-last-child(n) নির্বাচক −

বাস্তবায়ন করতে নিম্নলিখিত কোড চালানোর চেষ্টা করতে পারেন

উদাহরণ

<!DOCTYPE html>
<html>
   <head>
      <style>
         p:nth-last-child(4) {
            background: blue;
            color: white;
         }
      </style>
   </head>
   <body>
      <p>This is demo text 1.</p>
      <p>This is demo text 2.</p>
      <p>This is demo text 3.</p>
      <p>This is demo text 4.</p>
      <p>This is demo text 5.</p>
      <p>This is demo text 6.</p>
   </body>
</html>

আউটপুট

CSS এর ভূমিকা :nth-last-child(n) নির্বাচক


  1. CSS-এর ভূমিকা:শুধুমাত্র-অফ-টাইপ নির্বাচক

  2. CSS এর ভূমিকা:টার্গেট সিলেক্টর

  3. CSS এর ভূমিকা:রুট নির্বাচক

  4. CSS এর ভূমিকা:প্রয়োজনীয় নির্বাচক