MCQs > IT & Programming > CSS 3 > What will happen if the following declaration is used? body { background-image: url('test.png'); background-attachment: fixed; background-position: 100% 100%; background-repeat: no-repeat; }

CSS 3 MCQs

What will happen if the following declaration is used?

body
{
   background-image: url("test.png");
   background-attachment: fixed;
   background-position: 100% 100%;
   background-repeat: no-repeat;
}


Answer

Correct Answer: The image will be shown in the background at the bottom right corner.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

CSS 3 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

CSS 3 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it