UNPKG
dashboard
Version:
latest (0.0.1)
0.0.1
Create dashboards with gadgets on node.js
dashboard
/
public
/
gadgets
/
oldDemo
/
css
/
dgGadget.css
17 lines
(16 loc)
•
161 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<
style
type
=
"text/css"
>
body
{
background-color
:
#d0e4fe
; }
h1
{
color
:orange;
text-align
:center; }
p
{
font-family
:
"Times New Roman"
;
font-size
:
20px
; }
</
style
>