1234567891011121314151617181920212223242526272829303132333435 |
- h1 {
- font-family: Arial;
- text-align: center;
- font-size: 100px;
- color: #000;
- }
- body {
- background-color: #fff;
- }
- video {
- display: block;
- margin: 0 auto;
- }
- .carousel-indicators {
- bottom: -80px;
- }
- .video-heading,
- .artist-name {
- text-shadow: 0 0 10px #000;
- }
- .artist-name {
- font-size: 32px;
- margin-top: 5px;
- margin-bottom: 7px;
- }
- .carousel-indicators li {
- border: 1px solid #581e1e;
- }
- .carousel-control.left, .carousel-control.right {
- width: 2%;
- color: gray;
- }
|