change text
This commit is contained in:
+5
-5
@@ -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;
|
||||
|
||||
+5
-3
@@ -1,13 +1,15 @@
|
||||
import logo from './logo.svg';
|
||||
import logo2 from './digifi-400x200.png';
|
||||
|
||||
import './App.css';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<header className="App-header">
|
||||
<img src={logo} className="App-logo" alt="logo" />
|
||||
<img src={logo2} className="App-logo" alt="logo" />
|
||||
<p>
|
||||
Edit <code>src/App.js</code> and save to reload.
|
||||
digiFi - Banking Offers Emulator Systems.
|
||||
</p>
|
||||
<a
|
||||
className="App-link"
|
||||
@@ -15,7 +17,7 @@ function App() {
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Learn React
|
||||
Get Started
|
||||
</a>
|
||||
</header>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user