UNPKG
ztech_jquery_ext
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Extends JQuery library for more compact code base
ztech_jquery_ext
/
src
/
css
/
ztech_jquery_ext.css
21 lines
(18 loc)
•
281 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
/*! * ztech_jquery_ext 0.0.1 * Extends JQuery library for more compact code base * * Created by Ivan Auda * * @license MIT */
.my-style1
{
background-color
: green;
color
:
#fff
;
padding
:
10px
; }
.my-style2
{
background-color
: red;
color
:
#000
;
padding
:
10px
; }