diff --git a/src/App.css b/src/App.css index 5f1d265..71ed410 100644 --- a/src/App.css +++ b/src/App.css @@ -28,8 +28,13 @@ .cards-container { display: flex; + align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: row; color: white; } + +h3 { + color: #fff; +} \ No newline at end of file diff --git a/src/App.js b/src/App.js index ce5175a..d77616b 100644 --- a/src/App.js +++ b/src/App.js @@ -44,6 +44,14 @@ const App = () => { />

Added by: Gabriel Boorse

+
+ +

Added by: Fahmi

+