I am not actually experiencing a problem although I was wondering how to make the progress element be a certain color.
This is what I have:
and This is what I want:
Im new to coding so please try and be really specific, Also this is the CSS:
width: 50%;
height: 5px;
background: rgba(0,0,0,.3);
margin-top: 25px;
float: left;
margin-left: 10px;
border-radius: 15px;
background-color: blue;
}
/*Grabable Playhead*/
#playhead{
cursor: pointer;
width: 18px;
height: 18px;
border-radius: 50%;
margin-top: -6px;
background: black;
}