<!DOCTYPE html>
<html>
<head>
<title>The column-count property in CSS</title>
<style type="text/css">
.content-box {
column-count: 4;
color: purple;
}
</style>
</head>
<body>
<p class="content-box">Studytonight Library Learn various programming languages and computer subjects, in the most simple and detailed form.</p>
</body>
</html>