Skip to content

Instantly share code, notes, and snippets.

@paulohenriquesn
Created October 4, 2019 16:45
Show Gist options
  • Save paulohenriquesn/586f78e1a2a8af52cc4f7c163560d25d to your computer and use it in GitHub Desktop.
Save paulohenriquesn/586f78e1a2a8af52cc4f7c163560d25d to your computer and use it in GitHub Desktop.
<Button variant="contained" id="btnEntrar" style={{
backgroundColor: '#67BF59',
fontSize:25,
fontWeight: 'bold'
}}
color="primary" onClick={() => {
alert('yeah button');
}}>Entrar</Button>
<p style={{zIndex:-1}}>aeaeaesa</p>
//css
#btnEntrar {
padding:20px 60px;
outline: none;
background-color: #27ae60;
border: none;
border-radius:5px;
width:220px;
font-family: 'Roboto';
transition: all 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment