qmining-page/src/components/button.module.css

10 lines
186 B
CSS

.button {
background-color: #9999ff;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}