Skip to content

Commit

Permalink
Merge pull request #21 from codestates-seb/dev-client#20/globalStyleS…
Browse files Browse the repository at this point in the history
…etting

[Design] #20 CSS Global Style 세팅
  • Loading branch information
novice1993 authored Aug 29, 2023
2 parents ba141a6 + 8079c5b commit 58eb6cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* {
box-sizing: border-box;
margin: 0px;
list-style: none;
}
2 changes: 2 additions & 0 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import "./App.css";

function App() {
return <div></div>;
}
Expand Down

0 comments on commit 58eb6cd

Please sign in to comment.