Skip to content

Instantly share code, notes, and snippets.

@thomasmery
Created September 23, 2022 10:53
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 thomasmery/dcd20464f2ff70e2a48a849fec88f1eb to your computer and use it in GitHub Desktop.
Save thomasmery/dcd20464f2ff70e2a48a849fec88f1eb to your computer and use it in GitHub Desktop.
Untitled
#root {
position: relative;
height: 200px;
background: blue;
}
#root::before {
content: "";
position: absolute;
left: 20px;
top: 20px;
width: 20px;
height: 20px;
background: red;
}
<div id="root"></div><!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment