কলাম-প্রস্থ ব্যবহার করুন কলামের প্রস্থ নির্দিষ্ট করার জন্য সম্পত্তি। আপনি কলাম-প্রস্থ বৈশিষ্ট্য −
বাস্তবায়ন করতে নিম্নলিখিত কোড চালানোর চেষ্টা করতে পারেনউদাহরণ
<!DOCTYPE html> <html> <head> <style> .demo { column-count: 4; column-rule-color: gray; column-rule-style: dashed; column-width: 100px; } </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>