Home / Programming MCQs / CSS MCQs / Question
M
Q. What should be written in the blank of the code for resizing elements in Responsive Web Design with Transitions.
Code: body { background-image: url(fog.jpg); background-size: cover; background-repeat: no-repeat; color: #fff; font-family: Avenir, Arial, sans-serif; } h1 { font-family: 'Calluna Sans', Arial, sans-serif; text-align: center; font-size: 10rem; margin: 8rem auto; } h1 { font-family: 'Calluna Sans', Arial, sans-serif; text-align: center; font-size: 10rem; margin: 8rem auto; transition: 1s font-size linear; } ______________ and (max-width: 1100px) { h1 { font-size: 8rem; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
The CSS property used to set the minimum width of the element's content box is -
Which of the following uses AngulaJS?
Which HTML tag is used to define emphasized text?
Which of the following type of HTML tag is used to define an internal style sheet?
___ means 4 times the size of the current font.
Discusssion
Login to discuss.