Skip to content

Commit

Permalink
components folder
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamtawli committed Apr 19, 2023
1 parent 149e104 commit 0e25c81
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function App() {
return <div className="App">devFind</div>;
return <div className="App"></div>;
}

export default App;
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
11 changes: 7 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap");

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
padding: 0;
box-sizing: border-box;
font-family: "Space Mono", monospace, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: rgba(20, 29, 47, 1);
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}

0 comments on commit 0e25c81

Please sign in to comment.