Register field in frontend. still needs some design things

This commit is contained in:
cami 2021-06-21 04:55:31 +02:00
parent 514de0e4ae
commit 9621a12f0c
5 changed files with 18 additions and 15 deletions

View file

@ -7,7 +7,7 @@
:root {
--primary: rgb(41, 63, 87);
--secondary: #fff;
--secondary: rgb(218,218,218);
--third: rgb(171, 183, 183);
}
@ -28,29 +28,24 @@
font-size: 100px;
}
.products {
background-image: url('images/img-9.jpg');
background-position: center;
background-size: fill;
background-repeat: no-repeat;
color: var(--primary);
font-size: 100px;
}
.sign-up {
background-image: url('images/img-9.jpg');
background-image: url("images/img-9.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
color: #fff;
color: var(--primary);
font-size: 100px;
}
.sitePage {
height: 90vh;
display: flex;
justify-content: center;
flex-direction: column;
align-content: center;
align-items: center;
background-color: var(--secondary);
}
.sitePage h1 {
font-size: 80px;
margin: 0.7em auto;
}