reimbursinator/front/static/css/signup.css

13 lines
160 B
CSS
Raw Normal View History

.signup
{
height: 200px;
width: 400px;
position: fixed;
left: 50%;
margin-left: -150px;
width:60%;
}
.border
{
border-color:black;
}