Skip to content

Instantly share code, notes, and snippets.

@gangsthub
Created September 30, 2021 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gangsthub/7d9da10e2ee2de13492192b3043180f7 to your computer and use it in GitHub Desktop.
Save gangsthub/7d9da10e2ee2de13492192b3043180f7 to your computer and use it in GitHub Desktop.
Specificity Challenge
<template>
<p id="one" class="hello">hello world</p>
</template>
<style scoped>
#one {
color: blue;
}
.hello.hello.hello.hello.hello.hello.hello.hello.hello.hello.hello.hello.hello {
color: red;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment