Skip to content

Commit

Permalink
Merge pull request #12 from KushalXCoder/initial-project-I
Browse files Browse the repository at this point in the history
Milestone I for the Initial Project UI Issue
  • Loading branch information
Saumya40-codes authored Dec 16, 2024
2 parents 488d482 + 93de5a1 commit 65f2c20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

.parent-container {
height: 100vh;
width: 100vw;
background-color: rgba(12, 18, 36, 1);
}
4 changes: 1 addition & 3 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import './App.css'

function App() {
return (
<div>
<h1>WOC 4.0 Pclub website</h1>
</div>
<div className='parent-container'></div>
)
}

Expand Down

0 comments on commit 65f2c20

Please sign in to comment.