Created
October 4, 2019 16:45
-
-
Save paulohenriquesn/586f78e1a2a8af52cc4f7c163560d25d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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