Skip to content

Instantly share code, notes, and snippets.

@siriokun
Last active December 22, 2018 09:35
Show Gist options
  • Save siriokun/7a6df2ad89ee13101584e7641a0ac5ce to your computer and use it in GitHub Desktop.
Save siriokun/7a6df2ad89ee13101584e7641a0ac5ce to your computer and use it in GitHub Desktop.
First paragraph
var p = document.getElementsByTagName('p');
p[0].style.fontSize = '2rem';
p[0].style.fontWeight = 'bold';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment