Question: @charset utf-8; /* New Perspectives on HTML5 and CSS3, 8th Edition Tutorial 4 Coding Challenge 4 Author: Date: Filename: debug4-4.css */ h1 { text-shadow: rgb(80,


@charset "utf-8";
/*
New Perspectives on HTML5 and CSS3, 8th Edition
Tutorial 4
Coding Challenge 4
Author:
Date:
Filename: debug4-4.css
*/
h1 {
text-shadow: rgb(80, 40, 0) 3px -3px 10px, rgb(255, 255, 255) -1px -1px 1px;
}
article {
box-shadow: 0px 0px 5px 30px rgb(147, 59, 39);
}
article{
border-image: linear-gradient(bottom right, yellow, brown) 35%;
}
article{
background: url("michelangelo.jpg")bottom right/ 75%, radial-gradient(circle closest-side 20% 15%, white 5%, rgba(255, 255, 128, 0.8) 10%, rgba(80, 20, 0, 0.8) 75%, rgba(128, 0, 0, 0.8);
}
Can someone help me find the errors please. The result has to be the same as the figure on the top
Summary Figure 4-67 shows a completed web page that uses CSS design elements to enhance the appearance of a poem by Walt Whitman. You've been given a copy of the files for this web page, but there are several syntax errors in the CSS stylesheet. Use your knowledge of CSS to fix the stylesheet code and complete the page I Sing the Body Electric by Walt Whitman Part 1: I sing the body electric, The armies of those I love engirth me and I engirth them, They will not let me off till I go with them, respond to them, And discorrupt them, and charge them full with the charge of the soul. Was it doubted that those who corrupt their own bodies conceal themselves? And if those who defile the living are as bad as they who defile the dead? And if the body does not do fully as much as the soul? And if the body were not the soul, what is the soul? 1855 The final style rule defines the background for the article element consisting of: 1. A radial gradient going from white circle located near the top left corner of the background, to semi- transparent yellow, semi-transparent brown, and semi- transparent ochre. 2. A sketch by Michelangelo located in the lower right corner sized at 75% of the width of the element. 3. An ivory-colored background fill. There are several syntax errors in the code. Locate and fix all of the errors. > Open the website in the browser preview and verify that design of the page
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
