diff --git a/package-lock.json b/package-lock.json index 54dde06..c88d33e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "woc2", + "name": "woc2024", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "woc2", + "name": "woc2024", "version": "0.0.0", "dependencies": { "lucide-react": "^0.468.0", diff --git a/src/App.css b/src/App.css index e69de29..822d4e3 100644 --- a/src/App.css +++ b/src/App.css @@ -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); +} \ No newline at end of file diff --git a/src/App.jsx b/src/App.jsx index 841bfb8..fbfdb99 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2,9 +2,7 @@ import './App.css' function App() { return ( -
-

WOC 4.0 Pclub website

-
+
) }