diff --git a/src/App.css b/src/App.css index 74b5e05..d0fccf8 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,6 @@ .App { text-align: center; + color:aliceblue; } .App-logo { diff --git a/src/App.js b/src/App.js index fe0e984..03506f6 100644 --- a/src/App.js +++ b/src/App.js @@ -2,7 +2,7 @@ import './App.css'; function App() { return ( - <>

Aula de React

+ <>

Aula de React

); }