কম্পিউটার

CSS এর সাথে কলাম সেট করতে শর্টহ্যান্ড প্রপার্টি


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

উদাহরণ

<!DOCTYPE html>
<html>
   <head>
      <style>
         .demo {
            column-rule-color: gray;
            columns: 100px 4;
            column-rule-style: dashed;
         }
      </style>
   </head>
   <body>
      <div class = "demo">
         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.
         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.
      </div>
   </body>
</html>

  1. অ্যানিমেট CSS মার্জিন সম্পত্তি

  2. CSS পাঠ্য-ইন্ডেন্ট সম্পত্তি অ্যানিমেট করুন

  3. CSS-এ টেক্সট-জাস্টিফাই প্রপার্টি

  4. সিএসএস অধিকার সম্পত্তি