Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gabep89
gabep89 / RGBguess.css
Created May 6, 2018 20:30
RGB color guess exercise
body {
background-color: #232323;
margin: 0;
font-family: "Montserrat", "Avenir";
}
.square {
width: 30%;
background: purple;
padding-bottom: 30%;
@gabep89
gabep89 / scorekeeper.css
Created May 6, 2018 20:29
scorekeeper exercise
.winner {
color: green;
}