0
How to style alert? (Sorry, for my grammar mistakes)
I'm write the code, this code have alert with the very large text. I wanna style this alert, because if I'll leave everything as it is, the user will be bored reading large text.
3 ответов
+ 7
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
+ 1
This is one way to do this, with you own alert:
https://code.sololearn.com/WxbjPA3GaVuJ/?ref=app
0
https://code.sololearn.com/WaB2vCB0urR1/?ref=app