Skip to content

Instantly share code, notes, and snippets.

@poying
Created December 21, 2014 05:59
Show Gist options
  • Save poying/d27e49a4199d2f941c5d to your computer and use it in GitHub Desktop.
Save poying/d27e49a4199d2f941c5d to your computer and use it in GitHub Desktop.
h('div', {
style: {
textAlign: 'center',
verticalAlign: 'center',
lineHeight: (100 + count) + 'px',
border: '1px solid red',
width: (100 + count) + 'px',
height: (100 + count) + 'px'
}
}, [String(count)]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment