captions for mv

This commit is contained in:
vapormusic 2021-12-07 22:25:04 +07:00
parent 9ac4c753dd
commit d710254ba8
3 changed files with 17 additions and 2 deletions

View file

@ -2011,4 +2011,17 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
img[src=""] {
text-indent: -10000px;
}
div#captions {
font-size: 1.2rem;
position: absolute;
top: 85%;
text-align: center;
width: auto;
align-self: center;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0,0,0,0.6);
color: yellow;
}