Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
.verticalLine {
border-left: thick solid #4b42f5;
}
</style>
</head>
<body>
<div class="verticalLine">
Lorem Ipsum
</div>
</body>
</html>