Skip to content

Instantly share code, notes, and snippets.

@rinukkusu
Created May 12, 2018 16:03
Show Gist options
  • Save rinukkusu/c32306d6fd7603eebfc32c7f0863c74e to your computer and use it in GitHub Desktop.
Save rinukkusu/c32306d6fd7603eebfc32c7f0863c74e to your computer and use it in GitHub Desktop.
QuerySelectorTest
import 'dart:html';
void main() {
var elm = querySelector('html');
elm.style.backgroundColor = '#ff0000';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment