Skip to content

Commit

Permalink
+ React style 的用法 01
Browse files Browse the repository at this point in the history
  • Loading branch information
guanshibin committed Jun 11, 2018
1 parent 1824cad commit 0a43d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/lesson-01.html
Expand Up @@ -12,7 +12,7 @@
<script type="text/babel">

ReactDOM.render(
<h1>Hello, world!</h1>,
<h1 style={{color:'red',fontSize:'60px'}}>Hello, world!</h1>,
document.getElementById('root')
);

Expand Down

0 comments on commit 0a43d66

Please sign in to comment.