tanuki-s-forum/front/src/styles/Register.css

14 lines
No EOL
231 B
CSS

.register-page {
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
width: 100%;
gap: 20px;
}
.register {
width: 97%;
border: 1px solid #270722;
padding: 10px;
}