Google Button

by Renan Ribeiro Brando

HTML

<button class="google">
  Google Sign In
</button>

CSS

.google {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/53/Google_%22G%22_Logo.svg");
  background-repeat: no-repeat;
  background-position: 16px;
  background-size: 48px;
  border-radius: 8px;
  height: 60px;
  width: 300px;
  padding: 16px;
  text-align: center;
  font-size: 1.2em;
  color: #ccc;
}