কম্পিউটার

CSS ব্যবহার করে বাম সীমানার প্রস্থ সেট করুন


বাম সীমানার প্রস্থ সেট করতে, বর্ডার-বাম-প্রস্থ ব্যবহার করুন CSS এ সম্পত্তি। আপনি সীমানা-বাম-প্রস্থ বাস্তবায়ন করতে নিম্নলিখিত কোড চালানোর চেষ্টা করতে পারেন সম্পত্তি -

উদাহরণ

<!DOCTYPE html>
<html>
   <head>
      <style>
         p {
            border-style: dashed;
            border-left-width: 10px;
         }
      </style>
   </head>
   <body>
      <p>This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text.</p>
   </body>
</html>

আউটপুট

CSS ব্যবহার করে বাম সীমানার প্রস্থ সেট করুন


  1. CSS ব্যবহার করে টেক্সট ট্রান্সফরমেশন

  2. CSS ব্যবহার করে টেক্সট ইন্ডেন্টেশন

  3. CSS-এ ::প্রথম-লাইনের ছদ্ম-উপাদান

  4. CSS-এ @media At-রুল