Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. /* Referenciando por ID no CSS */
  2. #salvar{
  3. background-image: none;
  4. background-color:#FF0000;
  5. color: #FFFFFF;
  6. border-radius:0px;
  7. border:none;
  8. border-bottom:1px solid #FF0000;
  9. box-shadow: none;
  10. padding: 20px;
  11. font-size:12px;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement