কম্পিউটার

সমস্ত কলাম-রুল-* বৈশিষ্ট্য সেট করার জন্য সংক্ষিপ্ত বৈশিষ্ট্য


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

উদাহরণ

<!DOCTYPE html>
<html>
   <head>
      <style>
         .demo {
            column-count: 4;
            column-gap: 50px;
            column-rule: 2px dotted orange;
         }
      </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. CSS-এ কালার প্রপার্টি সেট করা