2023-11-03 01:04:51 +00:00
|
|
|
.mainbnt {
|
|
|
|
|
height: 35px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
display: block;
|
2023-11-03 07:09:59 +00:00
|
|
|
background-color: #909090;
|
2023-11-03 01:04:51 +00:00
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 13px;
|
|
|
|
|
color: white;
|
|
|
|
|
margin: 5px;
|
2023-11-03 07:09:59 +00:00
|
|
|
}
|
|
|
|
|
.mainbnt:hover{
|
|
|
|
|
background-color: #212121;
|
2023-11-03 01:04:51 +00:00
|
|
|
}
|