Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to write text on video in html

.container { position:relative; }
.container video {
    position:relative;
    z-index:0;
}
.overlay {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #write #text #video #html
ADD COMMENT
Topic
Name
8+4 =