add App.css

This commit is contained in:
Krittin SETDHAVANICH 2023-06-28 14:17:40 +07:00
parent 63cb7e2b5d
commit 4ce3d20455
2 changed files with 11 additions and 1 deletions

8
src/App.css Normal file
View File

@ -0,0 +1,8 @@
/** {*/
/* background: red;*/
/*}*/
/*body {*/
/* background: white;*/
/* color: white;*/
/*}*/

View File

@ -1,5 +1,7 @@
import ReactDOM from 'react-dom'
import App from './App'
import "./index.css"
import "./App.css"
ReactDOM.render(<App/>, document.querySelector("#root"))
ReactDOM.render(<App/>,
document.querySelector("#root"))