You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223
  1. button {
  2. color: darksalmon;
  3. background-color: hotpink;
  4. margin-bottom:50px;
  5. border: darkslateblue 2px outset;
  6. border-radius: 10%;
  7. }
  8. #oefenen-3 {
  9. border: 5px orangered solid;
  10. text-align: center;
  11. margin-left:20%;
  12. margin-right:20%;
  13. }
  14. #oef-btn-3 {
  15. margin-top: 20px;
  16. color: black;
  17. }