captions for mv
This commit is contained in:
parent
9ac4c753dd
commit
d710254ba8
3 changed files with 17 additions and 2 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue