Skip to content

Instantly share code, notes, and snippets.

@parkjinwoo
Last active August 13, 2020 05:40
Show Gist options
  • Save parkjinwoo/f87966c5e3373f1710d725d83594ed91 to your computer and use it in GitHub Desktop.
Save parkjinwoo/f87966c5e3373f1710d725d83594ed91 to your computer and use it in GitHub Desktop.
<html lang="en">
<head>
<meta charset="utf-8">
<title>TEST</title>
<script type="text/javascript">
window.addEventListener('resize', function() {
document.querySelector('#result').style.color = 'red'
})
</script>
</head>
<body>
<div id="result">Result</div>
<div style="width:100%; height: 2000px; background-color: green;">scroll area</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment