Answered step by step
Verified Expert Solution
Link Copied!
Question
1 Approved Answer

Having trouble - HTML Media Query Create a media query for screen devices with a minimum width of 521 pixels. Within the media query, create

Having trouble - HTML

Media Query

Create a media query for screen devices with a minimum width of 521 pixels. Within the media query, create a style for video elements that sets the width of the player to 360 pixels, floated on the right margin with a margin width of 10 pixels.

Track Styles

Within the Track Styles section, create a style rule for caption cues that displays the text in a 1.3em sans-serif font with a text color of rgb(221, 128, 160), and a background color of rgba(255, 255, 255, 0.8).

my attempt:

@media only screen and (min-width: 521px) { }

/* Track Styles */ ::cue { background: rgba(255, 255, 255, 0.8); color: rgb(221, 128, 160); font: 1.3em sans-serif; }

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image
Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students explore these related Databases questions

Question

Example. Evaluate 5n+7 lim 7-00 3n-5

Answered: 3 weeks ago