<html>
<head>
<style>
div {
background-color: lightgreen;
inline-size: 70%;
padding: 30px 10px;
border-inline-end: 10px solid pink;
}
</style>
</head>
<body>
<h2>border-inline-end Property:</h2>
<div>
<p>The border-inline-end property defines the width, style and color of the border at the end of the inline direction.</p>
</div>
</body>
</html>