diff --git a/src/Pages/RegistrationPage/RegistrationPage.css b/src/Pages/RegistrationPage/RegistrationPage.css index 291bd12..9dc82a8 100644 --- a/src/Pages/RegistrationPage/RegistrationPage.css +++ b/src/Pages/RegistrationPage/RegistrationPage.css @@ -1,11 +1,23 @@ +div.page-background{ + position: fixed; + background-image:url("../../images/oceanimagedesktop.jpg"); + background-blend-mode: soft-light; + background-size: cover; + opacity: 95%; + height: 100% !important; + width: 100% !important; + } + .information { + position: relative; display: flex; - min-height: 100vh; - width: 100%; + height: 88%; + left: 40%; + top: 2%; + width: 300px; flex-direction: column; justify-content: center; align-items: center; - background-color: aqua; } .information input { diff --git a/src/Pages/RegistrationPage/RegistrationPage.js b/src/Pages/RegistrationPage/RegistrationPage.js index 2229dbe..3f492d0 100644 --- a/src/Pages/RegistrationPage/RegistrationPage.js +++ b/src/Pages/RegistrationPage/RegistrationPage.js @@ -47,51 +47,53 @@ function Registration() { }; return ( -
- - { - setUsername(event.target.value); - }} - /> - - { - setPassword(event.target.value); - }} - /> - - { - setEmail(event.target.value); - }} - /> - - { - setAddress(event.target.value); - }} - /> - - { - setFirstname(event.target.value); - }} - /> - - { - setLastname(event.target.value); - }} - /> - - { - setPhone(event.target.value); - }} - /> - -

{registrationStatus}

+
+
+ + { + setUsername(event.target.value); + }} + /> + + { + setPassword(event.target.value); + }} + /> + + { + setEmail(event.target.value); + }} + /> + + { + setAddress(event.target.value); + }} + /> + + { + setFirstname(event.target.value); + }} + /> + + { + setLastname(event.target.value); + }} + /> + + { + setPhone(event.target.value); + }} + /> + +

{registrationStatus}

+
); } diff --git a/src/Pages/SignInPage/SignInPage.js b/src/Pages/SignInPage/SignInPage.js index 7cdc735..8b4ac81 100644 --- a/src/Pages/SignInPage/SignInPage.js +++ b/src/Pages/SignInPage/SignInPage.js @@ -52,7 +52,7 @@ function SignIn() { setUsername(e.target.value); }} /> - +