Skip to content

Instantly share code, notes, and snippets.

@mokhov
Created October 31, 2024 10:51
Show Gist options
  • Save mokhov/4bbb31964e3615c93ed3b6dcedc17d35 to your computer and use it in GitHub Desktop.
Save mokhov/4bbb31964e3615c93ed3b6dcedc17d35 to your computer and use it in GitHub Desktop.
Untitled
.a {
border: 2px solid red;
padding: 5px;
position: relative;
}
textarea:before {
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
background: green;
content: '';
}
<div class="a">
<textarea></textarea>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment