blob: 29706fa4f558a74c4e46a427e9eaeb9bc3b53933 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<title>CSS Borders: border-right-width: 5px, reference</title>
<style>
div { display: inline-block; height: 100px; border-left-style: solid; border-left-width: 5px; }
</style>
</head>
<body>
<p>There should be a black line below and no red.</p>
<div></div>
</body>
</html>