SCSS

by khamer

HTML

<div class="banner -message">
  <p>Hello World</p>
  <button>Hover to change color</button>
</div>

SCSS

button1 {
  font-size: 16px;
  padding: 1.125em 1.625em;
  line-height: 1;
  border: 2px solid;
  font-weight: 600;
}

button {
  font-size: 16px;
  padding: .5em .825em;
  border-radius: .375em;
  line-height: 1;
  border: 2px solid transparent;
}