UNPKG
nice-toast-js
Version:
latest (0.2.3)
0.2.3
0.2.0
0.1.9
0.1.8
jquery easy & nice Toast
github.com/hasan-ahani/nice-toast-js
hasan-ahani/nice-toast-js
nice-toast-js
/
src
/
css
/
nice-toast-js.css
21 lines
(18 loc)
•
287 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*! * nice-toast-js 1.0.0 * Made with create-jquery-plugin * * Created by hasan ahani <hasanahani.ir@gmail.com> * * @license MIT */
.my-style1
{
background-color
: green;
color
:
#fff
;
padding
:
10px
; }
.my-style2
{
background-color
: red;
color
:
#000
;
padding
:
10px
; }