mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-01 09:31:05 +08:00
13 lines
159 B
CSS
13 lines
159 B
CSS
#demoContainer {
|
|
width: 950px;
|
|
margin: auto;
|
|
}
|
|
|
|
#demoContainer h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
.todoAppContainer {
|
|
float: left;
|
|
width: 300px;
|
|
} |