How to style alert? (Sorry, for my grammar mistakes) | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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.

3rd Mar 2022, 7:30 PM
Адиль Назиров
Адиль Назиров - avatar
3 Respuestas
+ 7
<span class="closebtn" onclick="this.parentElement.style.display='none';">&times;</span>
4th Mar 2022, 4:47 AM
Vaibhav
Vaibhav - avatar
+ 1
This is one way to do this, with you own alert: https://code.sololearn.com/WxbjPA3GaVuJ/?ref=app
3rd Mar 2022, 7:55 PM
JaScript
JaScript - avatar
0
https://code.sololearn.com/WaB2vCB0urR1/?ref=app
5th Mar 2022, 5:34 AM
Calviղ
Calviղ - avatar