Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I've gotten pretty far on this. Just setting up the media query is confusing me! Doing this with Java on Eclipse Instructions * 30 pts:

I've gotten pretty far on this. Just setting up the media query is confusing me! Doing this with Java on Eclipse Instructions

* 30 pts: Build a document with the following tags (at a minimum): doctype, html, head, title, body.

* 20 pts: Build a heading element () in the body and add the words Hello World inside of the heading.

* 20 pts: Add the class attribute to your heading element and set the value to "color-changer"

* 05 pts: Add the style element inside of the head element.

* 15 pts: Build a media query that shows Hello World in blue (#0000ff) when the max-width of the viewport is 600px or smaller. Show Hello World in dark green (#72ad47) otherwise.

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

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions