12 lines
148 B
CSS
12 lines
148 B
CSS
.divlog {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 80%;
|
|
height: 50%
|
|
}
|
|
.title {
|
|
text-align: center;
|
|
}
|
|
#buttons {
|
|
margin-left: -4%;
|
|
} |