How can I add a vertical line that extends between the sidebar and main content on my website? The border-right in my sidebar only goes partway down, and I need it to go all the way. Any help would be greatly appreciated!
/* Put your CSS code here */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Title Here</title>
<link rel="stylesheet" href="/styles/sidebar.css">
<link href="bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="line">
</hr>
</div>
<!-- Your HTML content goes here -->
<script src="bootstrap.bundle.min.js" integrity="sha384-yourhashhere" crossorigin="anonymous"></script>
</body>
</html>