Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <Button variant="contained" id="btnEntrar" style={{
  2. backgroundColor: '#67BF59',
  3. fontSize:25,
  4. fontWeight: 'bold'
  5. }}
  6. color="primary" onClick={() => {
  7. alert('yeah button');
  8. }}>Entrar</Button>
  9. <p style={{zIndex:-1}}>aeaeaesa</p>
  10.  
  11. //css
  12.  
  13.  
  14. #btnEntrar {
  15. padding:20px 60px;
  16. outline: none;
  17. background-color: #27ae60;
  18. border: none;
  19. border-radius:5px;
  20. width:220px;
  21. font-family: 'Roboto';
  22. transition: all 0.5;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement