style.css 476 B

1234567891011121314151617181920212223242526272829303132333435
  1. h1 {
  2. font-family: Arial;
  3. text-align: center;
  4. font-size: 100px;
  5. color: #000;
  6. }
  7. body {
  8. background-color: #fff;
  9. }
  10. video {
  11. display: block;
  12. margin: 0 auto;
  13. }
  14. .carousel-indicators {
  15. bottom: -80px;
  16. }
  17. .video-heading,
  18. .artist-name {
  19. text-shadow: 0 0 10px #000;
  20. }
  21. .artist-name {
  22. font-size: 32px;
  23. margin-top: 5px;
  24. margin-bottom: 7px;
  25. }
  26. .carousel-indicators li {
  27. border: 1px solid #581e1e;
  28. }
  29. .carousel-control.left, .carousel-control.right {
  30. width: 2%;
  31. color: gray;
  32. }