Skip to content

Instantly share code, notes, and snippets.

@SmolinPavel
Created July 8, 2019 13:05
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 SmolinPavel/88fabce16d72a4d7f1eec28924c7fef7 to your computer and use it in GitHub Desktop.
Save SmolinPavel/88fabce16d72a4d7f1eec28924c7fef7 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
body style {
display: block;
}
</style>
</head>
<body>
<style contenteditable>
p {
color: green;
}
</style>
<div>
<h1>some title</h1>
<p>some text some text some text some text</p>
</div>
<script>
console.log("test");
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment