diff --git a/src/App.css b/src/App.css index 74b5e05..3508c65 100644 --- a/src/App.css +++ b/src/App.css @@ -7,11 +7,11 @@ pointer-events: none; } -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } -} +/*@media (prefers-reduced-motion: no-preference) {*/ +/* .App-logo {*/ +/* animation: App-logo-spin infinite 20s linear;*/ +/* }*/ +/*}*/ .App-header { background-color: #282c34; diff --git a/src/App.js b/src/App.js index 3784575..7dc4dff 100644 --- a/src/App.js +++ b/src/App.js @@ -1,13 +1,15 @@ import logo from './logo.svg'; +import logo2 from './digifi-400x200.png'; + import './App.css'; function App() { return (
- logo + logo

- Edit src/App.js and save to reload. + digiFi - Banking Offers Emulator Systems.

- Learn React + Get Started
diff --git a/src/digifi-400x200.png b/src/digifi-400x200.png new file mode 100644 index 0000000..d417fdf Binary files /dev/null and b/src/digifi-400x200.png differ