Skip to content

Instantly share code, notes, and snippets.

@coxy
Created January 7, 2021 09:17
Show Gist options
  • Save coxy/5f6cf8fb9132d76700a4e944130b68ca to your computer and use it in GitHub Desktop.
Save coxy/5f6cf8fb9132d76700a4e944130b68ca to your computer and use it in GitHub Desktop.
.red {
color: red;
}
.blue {
color: blue;
}
Which color would these divs be?
<div class="red blue"></div>
<div class="blue red"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment