builder.css 262 B

12345678910111213141516
  1. button {
  2. background: none;
  3. background-color: goldenrod;
  4. border: solid 0.5px #2f2d2d;
  5. border-radius: 0;
  6. font-size: 22px;
  7. color: gold;
  8. }
  9. #ok_button {
  10. background-color: greenyellow;
  11. }
  12. .cancel-button-class {
  13. background-color: red;
  14. }