InterviewSolution
Saved Bookmarks
| 1. |
Using padding is also known as ________(a) Leon Dwyer method(b) Radu darvas method(c) Lindsay method(d) Langridge method |
|
Answer» Right option is (d) Langridge method The best explanation: Using padding is known as Langridge method. We push the text outside of our header using padding-top property. The property is to be set to a value that is equal to the height of the logo. But this alone is not sufficient, we have to use overflow: hidden to hide the text. |
|