style.css 370 B

123456789101112131415
  1. h1{font-family: Arial;color: gray;text-align: center; font-size: 43px;} /*Main zagolovok*/
  2. p{font-family: Monotype corsiva; font-size: 1.5em; color: maroon; text-align: left} /*text*/
  3. .button-link {
  4. display: inline-block;
  5. padding: 10px 20px;
  6. background-color: #7CFC00;
  7. color: #000000;
  8. text-decoration: none;
  9. border-radius: 5px;
  10. } /*button*/