View RGBguess.css
body { | |
background-color: #232323; | |
margin: 0; | |
font-family: "Montserrat", "Avenir"; | |
} | |
.square { | |
width: 30%; | |
background: purple; | |
padding-bottom: 30%; |
View scorekeeper.css
.winner { | |
color: green; | |
} |