Skip to content

Instantly share code, notes, and snippets.

@slamidtfyn
Last active May 14, 2020 11:25
Show Gist options
  • Save slamidtfyn/2dd8118cfc32661fae4d265841f98c71 to your computer and use it in GitHub Desktop.
Save slamidtfyn/2dd8118cfc32661fae4d265841f98c71 to your computer and use it in GitHub Desktop.
console.log('test');
let x= document.createElement('div');
x.style="background-color: red; position: fixed;width:100px;height:100px;bottom: 10px;left: 10px;";
document.body.appendChild(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment