forked from lucaspatenaude/ScoreSpot
Updated registration screen added
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#register-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#register-page {
|
||||
width: 600px;
|
||||
height: fit-content;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 5;
|
||||
background: linear-gradient(to bottom, white, rgb(245, 245, 245), rgb(227, 227, 227));
|
||||
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid gray;
|
||||
border-radius: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user