13 lines
No EOL
160 B
CSS
13 lines
No EOL
160 B
CSS
.signup
|
|
{
|
|
height: 200px;
|
|
width: 400px;
|
|
position: fixed;
|
|
left: 50%;
|
|
margin-left: -150px;
|
|
width:60%;
|
|
}
|
|
.border
|
|
{
|
|
border-color:black;
|
|
} |