UNPKG
viraljs
Version:
latest (0.1.2)
1.0.0
0.1.2
0.1.1
0.1.0
P2P distributed application made easy
viraljs
/
demo
/
css
/
style.css
13 lines
(12 loc)
•
173 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
html
,
body
{
width
:
100%
;
height
:
100%
;
padding
:
0
;
margin
:
0
;
font-family
: }
.container
{
margin
: auto;
width
:
600px
;
text-align
: center; }