+ 1
can we design our own audio player?
4 Answers
+ 2
I think yes, with CSS maybe
+ 2
Vijay, it depends on what you mean.
Designing an entirely new player does need CSS and JavaScript.
You can do some designing on the default HTML player using CSS. Try 'background-color'. It doesn't change the color entirely, but changes the color behind the grey control, so in the end, it looks like a darker version of whatever you choose.
Also, try box shadow and border radius. These are some of the attributes I have used on it.
Please share, if you discover others that work.
0
yu
0
yes I agree with Nadia maliarenko