UNPKG
md-rainbow
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.2.6
Continuation of md-color-picker.
github.com/hayzey/md-rainbow
hayzey/md-rainbow
md-rainbow
/
demo
/
css
/
style.css
20 lines
(16 loc)
•
236 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Put your css in here */
* {
box-sizing
: border-box; }
.text-preview
{
padding
:
20px
; }
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
margin
:
7px
0
;
color
:
rgb
(
75
,
125
,
175
); }
p
,
ul
{
margin-top
:
0
;
margin-bottom
:
25px
;
font-size
:
14px
; }