12 lines
144 B
CSS
12 lines
144 B
CSS
|
|
|
|
div.loginpanel {
|
|
width: 644px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 100px;
|
|
}
|
|
|
|
button {
|
|
margin-top: 10px;
|
|
}
|