diff --git a/src/Home/Home.scss b/src/Home/Home.scss index 190044f..881be06 100644 --- a/src/Home/Home.scss +++ b/src/Home/Home.scss @@ -2,4 +2,23 @@ background-repeat: no-repeat; background-size: cover; background-position: center; +} + +.form { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + +label { + margin: 10pix +} + +input { + margin: 10px; +} + +button { + margin: 10px; } \ No newline at end of file diff --git a/src/Home/Home.tsx b/src/Home/Home.tsx index c6a1596..6cd6766 100644 --- a/src/Home/Home.tsx +++ b/src/Home/Home.tsx @@ -29,7 +29,7 @@ function Home(props:HomeProps) { <>
{/* Other components and content */} -
+