From 57dad62b7b9281e3e4bbfbdda01f488d97c7726e Mon Sep 17 00:00:00 2001 From: lirasusejdev Date: Fri, 16 Dec 2022 19:06:02 -0300 Subject: [PATCH] add desafio 1 --- 2_FUNDAMENTOS/fundamentos/public/index.html | 2 +- 2_FUNDAMENTOS/fundamentos/src/App.css | 7 ++++++- 2_FUNDAMENTOS/fundamentos/src/App.js | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/2_FUNDAMENTOS/fundamentos/public/index.html b/2_FUNDAMENTOS/fundamentos/public/index.html index aa069f2..b521fd2 100644 --- a/2_FUNDAMENTOS/fundamentos/public/index.html +++ b/2_FUNDAMENTOS/fundamentos/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Desafio 1 diff --git a/2_FUNDAMENTOS/fundamentos/src/App.css b/2_FUNDAMENTOS/fundamentos/src/App.css index 74b5e05..3572877 100644 --- a/2_FUNDAMENTOS/fundamentos/src/App.css +++ b/2_FUNDAMENTOS/fundamentos/src/App.css @@ -13,8 +13,13 @@ } } +.App-button { + background-color: #4dd0e1; + display: flex; +} + .App-header { - background-color: #282c34; + background-color: #c5cae9; min-height: 100vh; display: flex; flex-direction: column; diff --git a/2_FUNDAMENTOS/fundamentos/src/App.js b/2_FUNDAMENTOS/fundamentos/src/App.js index 7d08960..eb357ae 100644 --- a/2_FUNDAMENTOS/fundamentos/src/App.js +++ b/2_FUNDAMENTOS/fundamentos/src/App.js @@ -10,6 +10,7 @@ import Challenge from "./components/Challenge"; function App() { return (
+

Desafio 1