Wondering if you can help I am a complete Noob withing programming. I’m currently trying to style a button via CSS on VS but the color in background is not appearing can any one tell me what I’m doing wrong ?
<style>
button
{
background-color: :red;
}
</style>
<button>
SUBSCRIBE
</button>
button within style seems to be linking as html as its own tag and cancelling the style out
New contributor
Ricky Crown is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.