Skip to content

Instantly share code, notes, and snippets.

@didacus
Created February 7, 2019 12:39
Show Gist options
  • Save didacus/7adf4133da0c94a6e2d45e209b145dcd to your computer and use it in GitHub Desktop.
Save didacus/7adf4133da0c94a6e2d45e209b145dcd to your computer and use it in GitHub Desktop.
ReactJS (Framer X) — Extends CSS properties
const styles = {
container: {
position: 'relative',
height: '100%',
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'center',
textAlign: 'center',
color: '#8855FF',
background: 'rgba(136, 85, 255, 0.1)',
overflow: 'hidden',
} as React.CSSProperties,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment