13 lines
171 B
CSS
13 lines
171 B
CSS
|
|
.center {
|
|
display: block;
|
|
margin-left: 40%;
|
|
margin-right: 60%;
|
|
width: 50%;
|
|
}
|
|
|
|
.nummer_button{
|
|
width:5%;
|
|
height: 3%;
|
|
background-color: red;
|
|
} |