vertical teal line

PHOTO EMBED

Thu Feb 04 2021 18:56:03 GMT+0000 (Coordinated Universal Time)

Saved by @graceanco #undefined

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.vl {
  border-left: 6px solid green;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}
</style>
</head>
<body>
​
<h2>Vertical Line</h2>
​
<div class="vl"></div>
​
</body>
</html>
​
content_copyCOPY

https://www.w3schools.com/howto/tryit.asp?filename