10 lines
185 B
CSS
10 lines
185 B
CSS
|
|
.mainbnt {
|
||
|
|
height: 35px;
|
||
|
|
line-height: 35px;
|
||
|
|
display: block;
|
||
|
|
background-color: gray;
|
||
|
|
text-align: center;
|
||
|
|
border-radius: 13px;
|
||
|
|
color: white;
|
||
|
|
margin: 5px;
|
||
|
|
}
|