reimbursinator/front/static/signup.css

11 lines
162 B
CSS
Raw Normal View History

.signup
{
height: 200px;
width: 400px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -100px;
width:60%;
}