<html>
<head>
<style>
div {
background-color: lightgreen;
inline-size: 70%;
border-block-end-width: 10px;
border-block-end-style: solid;
border-block-end-color: pink;
}
</style>
</head>
<body>
<h2>border-block-end-color: pink:</h2>
<div>
<p>The border-block-end-color property defines the color of the border at the end in the block direction.</p>
</div>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.php?filename=trycss_border-block-end-color by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:35:08 GMT -->
</html>