<html>
<head>
<style>
h1 {
border-left-style: outset;
border-left-color: coral;
border-left-width: 7px;
}
div {
border-style: solid;
border-left-style: outset;
border-left-color: coral;
border-left-width: 7px;
}
</style>
</head>
<body>
<h1>A heading with an outset left border</h1>
<div>A div element with an outset left border.</div>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_border-left-style9 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:00:42 GMT -->
</html>