Sample Code:
<!DOCTYPE html>
<html>
<head>
<style>
.button {
color:white;
font-size:12px;
font-weight:bold;
border:outset;
text-align:center;
border-color:black;
background-color: black;
}
</style>
</head>
<body>
<button class="button">Sample Button</button>
</body>
</html>