styles.css 187 B

12345678910111213
  1. .container {
  2. padding: 20px;
  3. }
  4. .button {
  5. background: dodgerblue;
  6. color: white;
  7. text-decoration: none;
  8. font-weight: bold;
  9. border-radius: 10px;
  10. padding: 15px;
  11. }