Im sure this is crazy simple so I apologize for the silly question but I can't get a black vertical line to show up on my site. Here is the code I have:
'''html:
<body>
<img src="icon-01.png" class="logo">
<p class="textlogo">Rob Reyes</p>
<div id="vl"></div>
</body>'''
'''css:
.vl {
margin-left: 100px;
width::10px;
height:100px;
background-color: black;
}'''
stylesheet is linked and all other styling seems to be working. Whats going on here?