+ 4
Can we alert box
My fellow subjects, how can I style or make an alert box more attractive or cooler than normal alertbox
7 Respostas
+ 7
+ 5
Using Swal alert which is easy to modify and get designed.
See this, made by NiLesh
©By Nilesh 😎
https://code.sololearn.com/W02vqznV0121/?ref=app
+ 4
Use library like
Sweetalert.js, bootbox.js, attention.js, jquery-confirm
Mention language as tag!
+ 3
You can not apply CSS to the standard alert box.
You will need to create a custom one.
Example:
https://codepen.io/ebuelow/pen/rNeJpax
+ 2
Just write your own alert window!!!with transparent background! It will be very cool!
+ 2
Yes you can... There's a JS CDN... Sweetalert...
In which your alertbox much more cooler than the usual one😊
0
I am Working on same topic
I will inform if i get the tactic