subject

Next, format the appearance of the article title. Go to the Section Left Styles section and create a style rule for the h1 heading in the left section article that changes the text color to rgb(211, 211, 211) and adds a black text shadow with 0-pixel offsets and a blur size of 5 pixels.

Andrew has included an image of Charles Messier, the originator of the Messier catalog of stellar objects. The image is marked with the id "mportrait". In the Section Left Styles section, create a style rule for this object that modifies the appearance of this image by applying the following filters:

the drop-shadow filter with a horizontal offset of –15 pixels, a blur of 5 pixels, and a color of rgba(51, 51, 51, 0.9);

a grayscale filter with a value of 0.7; and

an opacity filter with a value of 0.6.

Andrew wants the Charles Messier image flipped horizontally. Add a style to transform the image by rotating it 180° around the y-axis.

Someone posted the below answer on Chegg but it is wrong!

/* Section Left Styles */
#left > article h1
{
color:rgb(211, 211, 211); /*changes the text color to rgb(211, 211, 211) */
text-shadow: 0px 0px 5px black; /* adds a black text shadow with 0-pixel offsets and a blur size of 5 pixels. */
}

#left > article #mportrait
{
filter: drop-shadow(-15px 0px 5px rgba(51, 51, 51, 0.9)) grayscale(0.7) opacity(0.6); /*drop-shadow filter with a horizontal offset of –15 pixels, a blur of 5 pixels, and a color of rgba(51, 51, 51, 0.9); a grayscale filter with a value of 0.7; and an opacity filter with a value of 0.6.*/
transform: rotateY(180deg); /*rotating the image 180° around the y-axis. */
}

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:30
Provide an example of a project that combines the three principles of lean six sigma with business project management (bpm) and services oriented architecture (soa). identify the elements of the project that comply with each of three principles.
Answers: 1
question
Computers and Technology, 22.06.2019 10:10
3. bob is arguing that if you use output feedback (ofb) mode twice in a row to encrypt a long message, m, using the same key each time, it will be more secure. explain why bob is wrong, no matter what encryption algorithm he is using for block encryption (15 points).
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
After you present a proposal, the committee starts asking you questions, some beyond the strict focus of your proposal. they ask questions about implications in other fields and knowledge about other fields. you are asked to redo your proposal. what is most likely missing? breadth of material depth of material clarity of material details of material
Answers: 1
question
Computers and Technology, 23.06.2019 17:00
What does the faves button do? a. users mark a web page as a favorite b. leads other readers to favor a specific page c. readers sort and align their favicons, or favorite icons d. leads users to a message board where they can post questions
Answers: 1
You know the right answer?
Next, format the appearance of the article title. Go to the Section Left Styles section and create a...
Questions
question
English, 05.07.2020 01:01
question
Mathematics, 05.07.2020 01:01
Questions on the website: 13722367