+ 6
How can we decorate alert boxes
in JS + HTML ?
5 ответов
+ 4
You cannot style alert box
+ 4
MisuMeistro
That's not I am talking about.
A alert box stops further execution of code until we click OK button.
+ 2
https://stackoverflow.com/questions/7853130/how-to-change-the-style-of-alert-box
I think just read this answer. I hope that helped you out.
+ 2
It's not possible to add CSS to alert boxes. Just create custom alert boxes with HTML, CSS and Javascript.
+ 2
sweet alert