How block elements can be centered with CSS1?
With css the way to center anything that's a block level element is with the margin property. One of the values of margin is auto and by setting auto on the left and right margin our block level element will center itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are properties of style sheet ?
How are css files saved?
Explain rwd.
What does css reset do?
What is a fully responsive website?
What is external style sheet?
What are class selectors?
What is css background-attachment property?
What is latest css version?
What is difference between css and css3?
How pseudo-classes are different from pseudo-elements?
What is empty tag in html?