From 588e25e5d0a30c25ca952ccaa1a2f1f1c92a03f6 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: rescue --- rescue/09/question.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 rescue/09/question.txt (limited to 'rescue/09/question.txt') diff --git a/rescue/09/question.txt b/rescue/09/question.txt new file mode 100644 index 0000000..ad6b8ca --- /dev/null +++ b/rescue/09/question.txt @@ -0,0 +1,24 @@ +Question: +In this assignment, you added a video element and made it +accessible by including captions and descriptions files. +Is it possible to style captions? Research to find your +answer and include an example of your findings. + +Answer: +Yes it is possable to style video captions. This is +done from the .vtt file or via an external CSS file. + +.vtt example: + +6 +00:29.000 --> 00:31.500 position:64%,line-right align:center size:32% +Prince’s hooves are in bad shape. + + +CSS example: + +::cue{ + color: #EEBB99; + background: #000000; + font-family: sans-serif; +} -- cgit 1.4.1