<button>
  <span>Какаая то кнопка</span>
</button>
button{
  border:2px solid #ccc;
  background:#fff;
}

span{
  background:#ccc;
  display:inline-block;
  width:98%;
  margin:4px 0;
  padding:4px 0;
}
button:focus span{
  background:lightblue;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.