Skip to content

Commit

Permalink
brackgroud
Browse files Browse the repository at this point in the history
  • Loading branch information
bunday committed Mar 3, 2020
1 parent 3544170 commit 40b7627
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
import React from 'react';
import './index.css'

function App() {
return (
<div className="App">
<header className="App-header">
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
<div className="bg-black h-screen">

</div>
);
}
Expand Down

0 comments on commit 40b7627

Please sign in to comment.