Skip to content

Instantly share code, notes, and snippets.

@MrVibe
Created October 25, 2020 15:44
Show Gist options
  • Save MrVibe/90be374ab0d039dae0efe429ce322e79 to your computer and use it in GitHub Desktop.
Save MrVibe/90be374ab0d039dae0efe429ce322e79 to your computer and use it in GitHub Desktop.
Show numbers in practice questions : https://prnt.sc/v6ht47
.pratice_questions >div:before {
content: attr(data-question);
margin-top: 20px;
position: absolute;
right: 20px;
font-size: 2rem;
opacity:0.5;
}
.pratice_questions >div {
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment