11 lines
No EOL
162 B
CSS
11 lines
No EOL
162 B
CSS
.signup
|
|
{
|
|
height: 200px;
|
|
width: 400px;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -100px;
|
|
margin-left: -100px;
|
|
width:60%;
|
|
} |