Skip to content

Instantly share code, notes, and snippets.

@sebabelmar
Created July 4, 2017 22:38
Show Gist options
  • Save sebabelmar/2ff94a3a4358d456006128d512b57c4f to your computer and use it in GitHub Desktop.
Save sebabelmar/2ff94a3a4358d456006128d512b57c4f to your computer and use it in GitHub Desktop.
Clarks Questions

Question #2:

What is the difference between the following :

.class-a.class-b
.class-c .class-d
.class-e > .class-f
.class-g + .class-h
.class-i - .class-j

Bonus:

Difference between pseudo element and class. When should you use either?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment