Skip to content

Instantly share code, notes, and snippets.

@cgons
Created July 8, 2016 03:52
Show Gist options
  • Save cgons/270f279951924a1188436317aa558f71 to your computer and use it in GitHub Desktop.
Save cgons/270f279951924a1188436317aa558f71 to your computer and use it in GitHub Desktop.
body { background: white; padding: 15px; font-family: sans-serif; }
.goals { background: #1FBCFE; }
.yellowcards { background: #FEC006; }
.redcards { background: #D25248; }
button {
background: rgba(255, 255, 255, 0.3);
border: 0;
font-size: 18px;
cursor: pointer;
margin-right: 10px;
width: 35px;
color: #fff;
}
.counter {
text-align: center;
padding: 20px;
color: #fff;
font-weight: bold;
min-width: 250px;
float: left;
margin-right: 2%;
}
.counter h2 {
font-weight: bold;
font-size: 22px;
}
.counter p {
font-size: 58px;
padding: 10px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment