Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Copy the text below into Notepad to create a basic HTML webpage. We will apply CSS to this code. !DOCTYPE html html head style div

Copy the text below into Notepad to create a basic HTML webpage. We will apply CSS to this code. !DOCTYPE html html head style div { width: 100px; height: 100px; background-color: blue; border: 1px solid black; } /style /head body div This is a div element/div /body /html Your tasks for this Critical Thinking activity are: With the transform property, move the div element 100px to the right, and 200px down. With the transform property, rotate the div element 150 degrees around its X-axis. With the transform property, rotate the div element 120 degrees around its Y-axis. With the transform property, rotate the div element 90 degrees around its Z-axis. Add a two-second animation for the div element, which changes the color from blue to red. Call the animation "example". Add the following five steps to the animation "example" (using 0%, 25%, 50%, 75%, and 100%): 0% - Set background color to "blue", left position to "0px", top position to: "0px" 25% - Set background color to "red", left position to "0px", top position to: "200px" 50% - Set background color to "green", left position to "200px", top position to: "200px" 75% - Set background color to "yellow", left position to "200px", top position to: "0px" 100% - Set background color to "blue", left position to "0px", top position to: "0px". Specify that the animation of the div element should have a "1" second delay before starting.

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

Recommended Textbook for

Datacasting How To Stream Databases Over The Internet

Authors: Jessica Keyes

1st Edition

007034678X, 978-0070346789

More Books

Students also viewed these Databases questions

Question

Find the derivative. f(x) 8 3 4 mix X O 4 x32 4 x32 3 -4x - x2

Answered: 1 week ago

Question

Question Can a self-employed person adopt a profit sharing plan?

Answered: 1 week ago