the border won't show up | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

the border won't show up

#playButton:hover{ border-style: inset; border-width:25px; border:25px; border-radius: 10px; border-color:#ffffff; background-color: #bfff00; } I want to make the border show up and i don't know why it's not. the color change works but the border won't show, and the inest won't work either please help

11th Dec 2020, 7:53 PM
matthhias brown
2 Answers
+ 1
Maybe, try remove line n°4: (border:25px) and retry
11th Dec 2020, 8:07 PM
Sousou
Sousou - avatar
+ 3
Try border: 25px solid #fff; And change border-style too
11th Dec 2020, 8:24 PM
Mikiyas Lemlemu
Mikiyas Lemlemu - avatar