evvaButton.css 360 B

123456789101112131415161718192021
  1. .formbutton{
  2. display:inline;
  3. height: 5em;
  4. width: 7em;
  5. border: 0.3em solid black;
  6. border-radius: 50%;
  7. background-color: #FCE500;
  8. font-weight: bold;
  9. font-size: 1.3em;
  10. bottom: 0.3em;
  11. padding: 1.5em;
  12. margin-top: 1em;
  13. text-decoration: none;
  14. text-align: center;
  15. color:black;
  16. margin-right: 2em;
  17. }
  18. html{
  19. font-size: 40px;
  20. background-color: #333333;
  21. }