Help needed in removing a thin white border around the object tag. Below is the code snippet and what has been attempted:
.hr-ob {
background-color: #003262;
width: 50px;
height: 10px;
border: none;
outline: none;
border-width: 0;
padding: 0;
margin: 0;
}
<div style="background-color: #000000;">
<object border="0" class="hr-ob" data="" type="image/jpg"></object>
</div>