Skip to content

Instantly share code, notes, and snippets.

@Stvad
Created April 23, 2022 01:23
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 Stvad/40af2951ddfe06134b341424b5a57fe1 to your computer and use it in GitHub Desktop.
Save Stvad/40af2951ddfe06134b341424b5a57fe1 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<style>
.a &gt; .b {
color: red;
}
</style>
</head>
<body>
<div class="a">Scratch 79
<div class="b">whoo</div>
</div>
<div class="transclude-shadow-container"></div></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment