Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
p {
    border-style: solid;
    border-right-color: #ff0000;
}

</style>
</head>
<body>

<p>This is some text in a paragraph.</p>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy