kcscDev/egovframe-template-simple-r.../src/css/Custom/customMain.css

13 lines
237 B
CSS
Raw Normal View History

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