UNPKG
react-webpack-flux-babel-natliu
Version:
latest (1.0.1)
1.0.1
1.0.0
react 全栈
react-webpack-flux-babel-natliu
/
src
/
index.css
15 lines
(13 loc)
•
193 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* {
margin
:
0
;
padding
:
0
; }
body
>
div
:first-child
{
width
:
200px
;
height
:
50px
;
margin
:
0
auto;
background-color
: cornflowerblue; }
div
.app
{
text-align
: center; }