Home » CSS » CSS Styling Images » Question
  1. Using padding is also known as ________.
    1. Langridge method
    2. Lindsay method
    3. Radu darvas method
    4. Leon Dwyer method
    5. None of these
Correct Option: A

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.



Your comments will be displayed only after manual approval.