style.css 157 B

1234567891011121314
  1. img {
  2. max-width: 100%;
  3. }
  4. .links {
  5. text-decoration: none;
  6. color: #fff;
  7. }
  8. .links:hover {
  9. color: #000;
  10. text-decoration: none;
  11. }
  12. video {
  13. max-width: 100%;
  14. }