Case-Based Critical Thinking QuestionsCase 4-3Sam is trying to decide the best way to design the background of his web page. He would like to add background images and background styles to his design. He needs to understand how browsers load a background image as well as learn about background style properties. Sam wants to change the position of an image on his web page. He wants to place the background image 30 pixels to the right of the element's left border and center it vertically. The style used ____.
A. background-position: 30px;
B. background-position: 10px;
C. background-position: 20px;
D. background-position: center, 30px;
Answer: A
You might also like to view...
The ________ text layout option places the text closer to the picture than other standard options
Fill in the blank(s) with correct word
The terms class method and class ____________________ are used interchangeably in C++.
What will be an ideal response?
In typography, line ____________________ is the width of a block of text.
Fill in the blank(s) with the appropriate word(s).
Case-Based Critical Thinking Question ? Tyler has been helping his friend Wes learn the website design business. Wes wants the header element of his web page to stay at the top of the page at all times, even when users scroll the page. In this case, Tyler advises him to use ____ positioning.
A. absolute B. fixed C. fluid D. relative