UNPKG
stylized-json
Version:
latest (1.1.0)
1.1.0
1.0.0
Format and style a json object to display it in HTML
stylized-json
/
index.css
15 lines
•
219 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.json-pre
{
background-color
: ghostwhite;
border
:
1px
solid silver;
padding
:
10px
20px
;
margin
:
20px
; }
.json-key
{
color
: brown; }
.json-value
{
color
: navy; }
.json-string
{
color
: olive; }